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