// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#ae5224', 'secondary': '#f99d1b', 'accent': '#709390', 'neutral': '#005b8d', } } } } }
:root { --color-primary: #ae5224; --color-secondary: #f99d1b; --color-accent: #709390; --color-neutral: #005b8d; }
GET https://espectro.dev/api/combinations/312