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