// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f9c1ce', 'secondary': '#a5c8d1', 'accent': '#0093a5', } } } } }
:root { --color-primary: #f9c1ce; --color-secondary: #a5c8d1; --color-accent: #0093a5; }
GET https://espectro.dev/api/combinations/227