// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#a94151', 'secondary': '#c19f2c', 'accent': '#97acc8', } } } } }
:root { --color-primary: #a94151; --color-secondary: #c19f2c; --color-accent: #97acc8; }
GET https://espectro.dev/api/combinations/142