// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#ae5224', 'secondary': '#f99d1b', 'accent': '#6b7140', 'neutral': '#40456a', } } } } }
:root { --color-primary: #ae5224; --color-secondary: #f99d1b; --color-accent: #6b7140; --color-neutral: #40456a; }
GET https://espectro.dev/api/combinations/297