// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f8ed43', 'secondary': '#f68c50', 'accent': '#501345', 'neutral': '#34454c', } } } } }
:root { --color-primary: #f8ed43; --color-secondary: #f68c50; --color-accent: #501345; --color-neutral: #34454c; }
GET https://espectro.dev/api/combinations/253