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