// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#b59392', 'secondary': '#c55347', 'accent': '#ffefae', } } } } }
:root { --color-primary: #b59392; --color-secondary: #c55347; --color-accent: #ffefae; }
GET https://espectro.dev/api/combinations/185