CSS Gradient Text Generator

Home/Tools/Gradient Text Generator

Generate stunning gradient text effects using background-clip and text-fill techniques.

No sign-up neededRuns in your browserProduction-ready CSS

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;
}