// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#e2625e', 'secondary': '#ffdd00', 'accent': '#00b49b', 'neutral': '#004f46', } } } } }
:root { --color-primary: #e2625e; --color-secondary: #ffdd00; --color-accent: #00b49b; --color-neutral: #004f46; }
GET https://espectro.dev/api/combinations/284