// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f3a257', 'secondary': '#f68c50', 'accent': '#40456a', 'neutral': '#064f6e', } } } } }
:root { --color-primary: #f3a257; --color-secondary: #f68c50; --color-accent: #40456a; --color-neutral: #064f6e; }
GET https://espectro.dev/api/combinations/309