// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#c2ae93', 'secondary': '#a7d4e4', 'accent': '#064f6e', } } } } }
:root { --color-primary: #c2ae93; --color-secondary: #a7d4e4; --color-accent: #064f6e; }
GET https://espectro.dev/api/combinations/167