// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#fdd4bd', 'secondary': '#b2b73e', 'accent': '#b4cdc2', } } } } }
:root { --color-primary: #fdd4bd; --color-secondary: #b2b73e; --color-accent: #b4cdc2; }
GET https://espectro.dev/api/combinations/150