// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#bb7125', 'secondary': '#f8ed43', 'accent': '#f15a30', 'neutral': '#111314', } } } } }
:root { --color-primary: #bb7125; --color-secondary: #f8ed43; --color-accent: #f15a30; --color-neutral: #111314; }
GET https://espectro.dev/api/combinations/298