// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#fdbf68', 'secondary': '#f99d1b', 'accent': '#00978d', 'neutral': '#006eb8', } } } } }
:root { --color-primary: #fdbf68; --color-secondary: #f99d1b; --color-accent: #00978d; --color-neutral: #006eb8; }
GET https://espectro.dev/api/combinations/267