// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#6d4145', 'secondary': '#ffefae', 'accent': '#555832', 'neutral': '#96d1aa', } } } } }
:root { --color-primary: #6d4145; --color-secondary: #ffefae; --color-accent: #555832; --color-neutral: #96d1aa; }
GET https://espectro.dev/api/combinations/290