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