// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#c53c69', 'secondary': '#1e0e3f', 'accent': '#9a72aa', 'neutral': '#4f4086', } } } } }
:root { --color-primary: #c53c69; --color-secondary: #1e0e3f; --color-accent: #9a72aa; --color-neutral: #4f4086; }
GET https://espectro.dev/api/combinations/331