// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f3a257', 'secondary': '#253122', 'accent': '#b6bfc1', } } } } }
:root { --color-primary: #f3a257; --color-secondary: #253122; --color-accent: #b6bfc1; }
GET https://espectro.dev/api/combinations/229