// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#a62c37', 'secondary': '#c1c494', 'accent': '#719470', } } } } }
:root { --color-primary: #a62c37; --color-secondary: #c1c494; --color-accent: #719470; }
GET https://espectro.dev/api/combinations/200