Text Effect Generator

Create stunning text effects — gradient text, stroke, neon glow, long shadow, retro 3D and emboss.

Eguth Studio
#a855f7
#ec4899
#f97316
CSS
background-image: linear-gradient(135deg, #a855f7, #ec4899, #f97316);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
Tailwind CSS
<span class="bg-gradient-to-br from-[#a855f7] via-[#ec4899] to-[#f97316] bg-clip-text text-transparent">
  Your text here
</span>