// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f9c1ce', 'secondary': '#7d133a', 'accent': '#a36752', 'neutral': '#b6bfc1', } } } } }
:root { --color-primary: #f9c1ce; --color-secondary: #7d133a; --color-accent: #a36752; --color-neutral: #b6bfc1; }
GET https://espectro.dev/api/combinations/273