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