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