// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#c1c494', 'secondary': '#437742', 'accent': '#253122', 'neutral': '#501345', } } } } }
:root { --color-primary: #c1c494; --color-secondary: #437742; --color-accent: #253122; --color-neutral: #501345; }
GET https://espectro.dev/api/combinations/348