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