// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#fdbf68', 'secondary': '#d6b43e', 'accent': '#437742', 'neutral': '#004f46', } } } } }
:root { --color-primary: #fdbf68; --color-secondary: #d6b43e; --color-accent: #437742; --color-neutral: #004f46; }
GET https://espectro.dev/api/combinations/278