// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#fdc57e', 'secondary': '#71502f', 'accent': '#a7d4e4', } } } } }
:root { --color-primary: #fdc57e; --color-secondary: #71502f; --color-accent: #a7d4e4; }
GET https://espectro.dev/api/combinations/234