// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#ae5224', 'secondary': '#ebd3a2', 'accent': '#635a3a', 'neutral': '#064f6e', } } } } }
:root { --color-primary: #ae5224; --color-secondary: #ebd3a2; --color-accent: #635a3a; --color-neutral: #064f6e; }
GET https://espectro.dev/api/combinations/343