the IT Hustle
ToolsPricingBlogAbout

CSS Gradient Text Generator

Type text, pick gradient colors, and see it rendered live. Adjust direction, add up to 4 color stops, change font size and weight. Copy the CSS with the -webkit-background-clip trick.

CSS Gradient Text Generator

Create eye-catching gradient text with live preview. Uses the -webkit-background-clip: text technique.

Gradient Text
Text
Direction
Font Size: 64pxFont Weight: 700
Presets
Color Stops (2/6)
0%
100%
Generated CSS
.gradient-text {
  background: linear-gradient(to right, #00ff88 0%, #00ccff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 64px;
  font-weight: 700;
}
Size Preview
24pxGradient Text
36pxGradient Text
48pxGradient Text
72pxGradient Text

How to Create Gradient Text

Apply CSS gradient effects to text.

  1. 1
    Type textEnter the text you want to style.
  2. 2
    Pick colorsChoose 2-4 gradient stops and direction.
  3. 3
    Copy CSSClick Copy CSS for the background-clip code.

Frequently Asked Questions

Works in all modern browsers: Chrome, Firefox, Safari, Edge.

Use for headings, not body text. Ensure contrast with background.

Related Tools

CSS Gradient GeneratorColor Palette