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