// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#bc892b', 'secondary': '#1c4286', 'accent': '#84565b', } } } } }
:root { --color-primary: #bc892b; --color-secondary: #1c4286; --color-accent: #84565b; }
GET https://espectro.dev/api/combinations/236