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