// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#7d133a', 'secondary': '#d6b43e', 'accent': '#5a82b3', } } } } }
:root { --color-primary: #7d133a; --color-secondary: #d6b43e; --color-accent: #5a82b3; }
GET https://espectro.dev/api/combinations/157