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