Textgradientcolorheading
Gradient Text
Apply a multi-color gradient to text. Works with any gradient type. Customize colors to match your brand.
.gradient-text {
background: linear-gradient(135deg, #8b5cf6, #ec4899, #f59e0b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}