// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f37f94', 'secondary': '#fcb315', 'accent': '#b2b73e', } } } } }
:root { --color-primary: #f37f94; --color-secondary: #fcb315; --color-accent: #b2b73e; }
GET https://espectro.dev/api/combinations/153