// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f48067', 'secondary': '#837e31', 'accent': '#96d1aa', } } } } }
:root { --color-primary: #f48067; --color-secondary: #837e31; --color-accent: #96d1aa; }
GET https://espectro.dev/api/combinations/201