// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#ab544d', 'secondary': '#802626', 'accent': '#719470', 'neutral': '#62c6bf', } } } } }
:root { --color-primary: #ab544d; --color-secondary: #802626; --color-accent: #719470; --color-neutral: #62c6bf; }
GET https://espectro.dev/api/combinations/283