Type
Text Tools
CSS Text Gradient Generator
Create gradient text styles with live preview and copy-ready CSS.
Live Preview
Create gradient text styles with live preview and copy-ready CSS.
Peach Lab
CSS Output
.gradient-text {
display: inline-block;
background-image: linear-gradient(90deg, #F28C6F, #FFD6C8, #E6765B);
background-size: 100%;
background-repeat: no-repeat;
-webkit-background-clip: text;
background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
font-size: 64px;
font-weight: 800;
line-height: 1.1;
}