Gradient Text Generator

Create stunning gradient text effects for your website. Customize colors, direction, size, and copy the CSS or inline HTML.

Hello World
#FF6B35
#1A365D
CSS
.gradient-text {
  background: linear-gradient(to right, #FF6B35, #1A365D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 64px;
  font-weight: 700;
}
Inline HTML
<span style="background: linear-gradient(to right, #FF6B35, #1A365D); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-size: 64px; font-weight: 700;">Hello World</span>

FAQ

Is Gradient Text Generator free to use?

Yes, Gradient Text Generator is completely free to use on UtilityCove.

Does Gradient Text Generator upload my data?

No. Gradient Text Generator runs in your browser, so your input stays on your device.

Can I use Gradient Text Generator on mobile?

Yes. Gradient Text Generator works on modern mobile and desktop browsers.