// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f58e84', 'secondary': '#cb2f43', 'accent': '#253122', 'neutral': '#004f46', } } } } }
:root { --color-primary: #f58e84; --color-secondary: #cb2f43; --color-accent: #253122; --color-neutral: #004f46; }
GET https://espectro.dev/api/combinations/332