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