// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f58e84', 'secondary': '#f5ecc2', 'accent': '#819238', 'neutral': '#a5c8d1', } } } } }
:root { --color-primary: #f58e84; --color-secondary: #f5ecc2; --color-accent: #819238; --color-neutral: #a5c8d1; }
GET https://espectro.dev/api/combinations/320