// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#bb7125', 'secondary': '#ffdd00', 'accent': '#f99d1b', 'neutral': '#437742', } } } } }
:root { --color-primary: #bb7125; --color-secondary: #ffdd00; --color-accent: #f99d1b; --color-neutral: #437742; }
GET https://espectro.dev/api/combinations/319