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