// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#793327', 'secondary': '#bce4e5', 'accent': '#62c6bf', 'neutral': '#6450a1', } } } } }
:root { --color-primary: #793327; --color-secondary: #bce4e5; --color-accent: #62c6bf; --color-neutral: #6450a1; }
GET https://espectro.dev/api/combinations/345