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