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