// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#d6b43e', 'secondary': '#fcb315', 'accent': '#0093a5', } } } } }
:root { --color-primary: #d6b43e; --color-secondary: #fcb315; --color-accent: #0093a5; }
GET https://espectro.dev/api/combinations/148