// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#005b8d', 'secondary': '#c0a9b3', 'accent': '#a36aa5', } } } } }
:root { --color-primary: #005b8d; --color-secondary: #c0a9b3; --color-accent: #a36aa5; }
GET https://espectro.dev/api/combinations/187