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