// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#a36752', 'secondary': '#b4cdc2', 'accent': '#111314', } } } } }
:root { --color-primary: #a36752; --color-secondary: #b4cdc2; --color-accent: #111314; }
GET https://espectro.dev/api/combinations/207