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