All tools

Text Gradient Generator

Create a CSS gradient clipped to text, with a live preview and copyable declaration.

Gradient
Colors
CSS
background: linear-gradient(90deg, #ea7a18, #c2410c);
-webkit-background-clip: text;
background-clip: text;
color: transparent;

Uses background-clip: text with a transparent color to paint the gradient onto the letters. Runs locally.