ToolSpark

Gradient Text Generator

Create CSS gradient text effects with live preview.

Share:𝕏fin
Aa
Gradient Text
.gradient-text {
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(90deg, #ec4899, #8b5cf6, #06b6d4);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

Frequently Asked Questions

Related Tools