// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f27291', 'secondary': '#b73f74', 'accent': '#837e31', 'neutral': '#1e0e3f', } } } } }
:root { --color-primary: #f27291; --color-secondary: #b73f74; --color-accent: #837e31; --color-neutral: #1e0e3f; }
GET https://espectro.dev/api/combinations/277