// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#a62c37', 'secondary': '#762c19', 'accent': '#97acc8', } } } } }
:root { --color-primary: #a62c37; --color-secondary: #762c19; --color-accent: #97acc8; }
GET https://espectro.dev/api/combinations/237