// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#b59392', 'secondary': '#bb7125', 'accent': '#253122', 'neutral': '#bce4e5', } } } } }
:root { --color-primary: #b59392; --color-secondary: #bb7125; --color-accent: #253122; --color-neutral: #bce4e5; }
GET https://espectro.dev/api/combinations/268