// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#e2b540', 'secondary': '#f99d1b', 'accent': '#c16b27', } } } } }
:root { --color-primary: #e2b540; --color-secondary: #f99d1b; --color-accent: #c16b27; }
GET https://espectro.dev/api/combinations/222