// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#c55347', 'secondary': '#c2ae93', 'accent': '#762c19', 'neutral': '#7a4456', } } } } }
:root { --color-primary: #c55347; --color-secondary: #c2ae93; --color-accent: #762c19; --color-neutral: #7a4456; }
GET https://espectro.dev/api/combinations/275