// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#ab2439', 'secondary': '#fdbf68', 'accent': '#b7c2a9', 'neutral': '#c7d14f', } } } } }
:root { --color-primary: #ab2439; --color-secondary: #fdbf68; --color-accent: #b7c2a9; --color-neutral: #c7d14f; }
GET https://espectro.dev/api/combinations/311