// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f8ed43', 'secondary': '#253122', 'accent': '#62c6bf', } } } } }
:root { --color-primary: #f8ed43; --color-secondary: #253122; --color-accent: #62c6bf; }
GET https://espectro.dev/api/combinations/189