// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#ae5224', 'secondary': '#f8ed43', 'accent': '#96d1aa', 'neutral': '#006eb8', } } } } }
:root { --color-primary: #ae5224; --color-secondary: #f8ed43; --color-accent: #96d1aa; --color-neutral: #006eb8; }
GET https://espectro.dev/api/combinations/333