Gradient Text Settings
32px
600
45deg
Preview
Gradient Text
Generated CSS, HTML & Tailwind
.gradient-text {
font-size: 32px;
font-weight: 600;
background: linear-gradient(45deg, #6366f1, #8b5cf6);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
-webkit-background-clip: text;
color: transparent;
display: inline-block;
}Related Tools
Gradient Generator
Create beautiful CSS gradients with live preview. Linear, radial, and conic gradients supported.
Color Converter
Convert colors between HEX, RGB, HSL, and other formats instantly.
RGBA Generator
Generate RGBA, HEX8, and HSLA color values with an alpha transparency slider and live preview.