// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#c1c494', 'secondary': '#bce4e5', 'accent': '#97acc8', 'neutral': '#099197', } } } } }
:root { --color-primary: #c1c494; --color-secondary: #bce4e5; --color-accent: #97acc8; --color-neutral: #099197; }
GET https://espectro.dev/api/combinations/330