// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f8ed43', 'secondary': '#c27544', 'accent': '#87c540', } } } } }
:root { --color-primary: #f8ed43; --color-secondary: #c27544; --color-accent: #87c540; }
GET https://espectro.dev/api/combinations/158