// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f48067', 'secondary': '#fbe6a0', 'accent': '#00908a', } } } } }
:root { --color-primary: #f48067; --color-secondary: #fbe6a0; --color-accent: #00908a; }
GET https://espectro.dev/api/combinations/193