// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#d6b43e', 'secondary': '#f37420', 'accent': '#112f2c', } } } } }
:root { --color-primary: #d6b43e; --color-secondary: #f37420; --color-accent: #112f2c; }
GET https://espectro.dev/api/combinations/149