// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#ae5224', 'secondary': '#ffdd00', 'accent': '#489b6e', } } } } }
:root { --color-primary: #ae5224; --color-secondary: #ffdd00; --color-accent: #489b6e; }
GET https://espectro.dev/api/combinations/198