// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#c53c69', 'secondary': '#eea78c', 'accent': '#819238', 'neutral': '#007190', } } } } }
:root { --color-primary: #c53c69; --color-secondary: #eea78c; --color-accent: #819238; --color-neutral: #007190; }
GET https://espectro.dev/api/combinations/299