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