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