// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#dd4027', 'secondary': '#ffefae', 'accent': '#c5a56e', 'neutral': '#547076', } } } } }
:root { --color-primary: #dd4027; --color-secondary: #ffefae; --color-accent: #c5a56e; --color-neutral: #547076; }
GET https://espectro.dev/api/combinations/241