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