// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#b59392', 'secondary': '#ae5224', 'accent': '#f15a30', 'neutral': '#b5decc', } } } } }
:root { --color-primary: #b59392; --color-secondary: #ae5224; --color-accent: #f15a30; --color-neutral: #b5decc; }
GET https://espectro.dev/api/combinations/285