// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#f37f94', 'secondary': '#bc892b', 'accent': '#b5b1d8', 'neutral': '#704357', } } } } }
:root { --color-primary: #f37f94; --color-secondary: #bc892b; --color-accent: #b5b1d8; --color-neutral: #704357; }
GET https://espectro.dev/api/combinations/248