// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#a62c37', 'secondary': '#819238', 'accent': '#12354e', 'neutral': '#34454c', } } } } }
:root { --color-primary: #a62c37; --color-secondary: #819238; --color-accent: #12354e; --color-neutral: #34454c; }
GET https://espectro.dev/api/combinations/245