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