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