// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f8b6ba', 'secondary': '#a84222', 'accent': '#f5ecc2', 'neutral': '#fdc57e', } } } } }
:root { --color-primary: #f8b6ba; --color-secondary: #a84222; --color-accent: #f5ecc2; --color-neutral: #fdc57e; }
GET https://espectro.dev/api/combinations/246