// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f37f94', 'secondary': '#793327', 'accent': '#1c4286', 'neutral': '#4e1d4c', } } } } }
:root { --color-primary: #f37f94; --color-secondary: #793327; --color-accent: #1c4286; --color-neutral: #4e1d4c; }
GET https://espectro.dev/api/combinations/314