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