// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#cc1236', 'secondary': '#eeb480', 'accent': '#051230', } } } } }
:root { --color-primary: #cc1236; --color-secondary: #eeb480; --color-accent: #051230; }
GET https://espectro.dev/api/combinations/232