// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#ffefae', 'secondary': '#eeb480', 'accent': '#c5a56e', 'neutral': '#c2ae93', } } } } }
:root { --color-primary: #ffefae; --color-secondary: #eeb480; --color-accent: #c5a56e; --color-neutral: #c2ae93; }
GET https://espectro.dev/api/combinations/292