// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f5ecc2', 'secondary': '#f3a257', 'accent': '#b09f36', } } } } }
:root { --color-primary: #f5ecc2; --color-secondary: #f3a257; --color-accent: #b09f36; }
GET https://espectro.dev/api/combinations/132