// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#ffdd00', 'secondary': '#bc892b', 'accent': '#97acc8', } } } } }
:root { --color-primary: #ffdd00; --color-secondary: #bc892b; --color-accent: #97acc8; }
GET https://espectro.dev/api/combinations/129