// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#ebd3a2', 'secondary': '#f99d1b', 'accent': '#c0a9b3', } } } } }
:root { --color-primary: #ebd3a2; --color-secondary: #f99d1b; --color-accent: #c0a9b3; }
GET https://espectro.dev/api/combinations/235