// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#006eb8', 'secondary': '#b984af', 'accent': '#a1a39a', } } } } }
:root { --color-primary: #006eb8; --color-secondary: #b984af; --color-accent: #a1a39a; }
GET https://espectro.dev/api/combinations/143