// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#fbe6a0', 'secondary': '#f15a30', 'accent': '#253122', 'neutral': '#b6bfc1', } } } } }
:root { --color-primary: #fbe6a0; --color-secondary: #f15a30; --color-accent: #253122; --color-neutral: #b6bfc1; }
GET https://espectro.dev/api/combinations/303