// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#bb7125', 'secondary': '#b5decc', 'accent': '#709390', 'neutral': '#489b6e', } } } } }
:root { --color-primary: #bb7125; --color-secondary: #b5decc; --color-accent: #709390; --color-neutral: #489b6e; }
GET https://espectro.dev/api/combinations/293