// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#ebd3a2', 'secondary': '#a5c8d1', 'accent': '#099197', } } } } }
:root { --color-primary: #ebd3a2; --color-secondary: #a5c8d1; --color-accent: #099197; }
GET https://espectro.dev/api/combinations/178