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