:root { --color-1: #BD7B19; }
// tailwind.config.js module.exports = { theme: { extend: { colors: { palette: { '1': '#BD7B19', } } } } }