// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#806e4b', 'secondary': '#42533e', 'accent': '#004f46', 'neutral': '#112f2c', } } } } }
:root { --color-primary: #806e4b; --color-secondary: #42533e; --color-accent: #004f46; --color-neutral: #112f2c; }
GET https://espectro.dev/api/combinations/318