// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#ae5224', 'secondary': '#eeb480', 'accent': '#b5decc', 'neutral': '#34454c', } } } } }
:root { --color-primary: #ae5224; --color-secondary: #eeb480; --color-accent: #b5decc; --color-neutral: #34454c; }
GET https://espectro.dev/api/combinations/263