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