// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#802626', 'secondary': '#f99d1b', 'accent': '#b4cdc2', } } } } }
:root { --color-primary: #802626; --color-secondary: #f99d1b; --color-accent: #b4cdc2; }
GET https://espectro.dev/api/combinations/171