// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#a84222', 'secondary': '#f68c50', 'accent': '#4b3317', 'neutral': '#00908a', } } } } }
:root { --color-primary: #a84222; --color-secondary: #f68c50; --color-accent: #4b3317; --color-neutral: #00908a; }
GET https://espectro.dev/api/combinations/328