// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#fdd4bd', 'secondary': '#837e31', 'accent': '#afd472', 'neutral': '#007190', } } } } }
:root { --color-primary: #fdd4bd; --color-secondary: #837e31; --color-accent: #afd472; --color-neutral: #007190; }
GET https://espectro.dev/api/combinations/334