// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f27291', 'secondary': '#ffefae', 'accent': '#b6bfc1', } } } } }
:root { --color-primary: #f27291; --color-secondary: #ffefae; --color-accent: #b6bfc1; }
GET https://espectro.dev/api/combinations/195