// tailwind.config.js module.exports = { theme: { extend: { colors: { 'theme': { 'primary': '#b5decc', 'secondary': '#96d1aa', 'accent': '#34454c', } } } } }
:root { --color-primary: #b5decc; --color-secondary: #96d1aa; --color-accent: #34454c; }
GET https://espectro.dev/api/combinations/202