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