// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#802626', 'secondary': '#eeb480', 'accent': '#837e31', 'neutral': '#007190', } } } } }
:root { --color-primary: #802626; --color-secondary: #eeb480; --color-accent: #837e31; --color-neutral: #007190; }
GET https://espectro.dev/api/combinations/258