// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#bc892b', 'secondary': '#78cdd0', 'accent': '#b5b1d8', } } } } }
:root { --color-primary: #bc892b; --color-secondary: #78cdd0; --color-accent: #b5b1d8; }
GET https://espectro.dev/api/combinations/159