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