// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#7c4226', 'secondary': '#eeb480', 'accent': '#005b8d', } } } } }
:root { --color-primary: #7c4226; --color-secondary: #eeb480; --color-accent: #005b8d; }
GET https://espectro.dev/api/combinations/161