// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#d8a37b', 'secondary': '#d96629', 'accent': '#a5c8d1', 'neutral': '#40456a', } } } } }
:root { --color-primary: #d8a37b; --color-secondary: #d96629; --color-accent: #a5c8d1; --color-neutral: #40456a; }
GET https://espectro.dev/api/combinations/339