// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#b73f74', 'secondary': '#c27544', 'accent': '#a5c8d1', } } } } }
:root { --color-primary: #b73f74; --color-secondary: #c27544; --color-accent: #a5c8d1; }
GET https://espectro.dev/api/combinations/204