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