// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f37f94', 'secondary': '#793327', 'accent': '#ffefae', 'neutral': '#42533e', } } } } }
:root { --color-primary: #f37f94; --color-secondary: #793327; --color-accent: #ffefae; --color-neutral: #42533e; }
GET https://espectro.dev/api/combinations/336