// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#fdbf68', 'secondary': '#fff200', 'accent': '#006eb8', 'neutral': '#1e0e3f', } } } } }
:root { --color-primary: #fdbf68; --color-secondary: #fff200; --color-accent: #006eb8; --color-neutral: #1e0e3f; }
GET https://espectro.dev/api/combinations/295