// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f8ed43', 'secondary': '#c7d14f', 'accent': '#40456a', 'neutral': '#1e0e3f', } } } } }
:root { --color-primary: #f8ed43; --color-secondary: #c7d14f; --color-accent: #40456a; --color-neutral: #1e0e3f; }
GET https://espectro.dev/api/combinations/289