// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#ab544d', 'secondary': '#806e4b', 'accent': '#1c4286', } } } } }
:root { --color-primary: #ab544d; --color-secondary: #806e4b; --color-accent: #1c4286; }
GET https://espectro.dev/api/combinations/199