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