// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f27291', 'secondary': '#82241f', 'accent': '#b5decc', } } } } }
:root { --color-primary: #f27291; --color-secondary: #82241f; --color-accent: #b5decc; }
GET https://espectro.dev/api/combinations/147