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