// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#da525d', 'secondary': '#fbe6a0', 'accent': '#e2b540', 'neutral': '#112f2c', } } } } }
:root { --color-primary: #da525d; --color-secondary: #fbe6a0; --color-accent: #e2b540; --color-neutral: #112f2c; }
GET https://espectro.dev/api/combinations/325