link
Customize theme values
Add custom color
// tailwind.config.js module.exports = { theme: { extend: { colors: { 'brand-blue': '#1992d4' } } } }