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