// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#fdc57e', 'secondary': '#f8ed43', 'accent': '#555832', } } } } }
:root { --color-primary: #fdc57e; --color-secondary: #f8ed43; --color-accent: #555832; }
GET https://espectro.dev/api/combinations/210