// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#ab2439', 'secondary': '#5a82b3', 'accent': '#a36aa5', 'neutral': '#b6bfc1', } } } } }
:root { --color-primary: #ab2439; --color-secondary: #5a82b3; --color-accent: #a36aa5; --color-neutral: #b6bfc1; }
GET https://espectro.dev/api/combinations/324