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