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