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