// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f5ecc2', 'secondary': '#d8a37b', 'accent': '#71502f', 'neutral': '#34454c', } } } } }
:root { --color-primary: #f5ecc2; --color-secondary: #d8a37b; --color-accent: #71502f; --color-neutral: #34454c; }
GET https://espectro.dev/api/combinations/296