Homecode Beautiful CSS Gradient Text The CSS /* GRADIENT TEXT */ h1.about {text-align:center; background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,0,123,1) 35%, rgba(0,212,255,1) 100%); /* https://caniuse.com/background-clip-text */ -webkit-background-clip: text; background-clip: text; font-size: 4rem; /* https://caniuse.com/mdn-css_properties_-webkit-text-fill-color */ -webkit-text-fill-color: transparent; } HTML Code YOUR TEXT HERE The Demo See the Pen CSS gradient text by Mark Carr (@markcarrrr) on CodePen. Inspo: MarK Carr