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