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