Create Beautiful CSS Text Gradient Effortlessly

Create Stunning Gradient Text Effects for Your Website

Gradient Controls

CSS Gradient Text
.gradient-text { background: linear-gradient(to right, #4F46E5, #EC4899); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

Popular Gradients

Sunset
linear-gradient(to right, #FF512F, #F09819)
Magic
linear-gradient(to right, #4158D0, #C850C0, #FFCC70)
Ocean
linear-gradient(to right, #0093E9, #80D0C7)
Electric
linear-gradient(to right, #30CFD0, #330867)
Fruit Salad
linear-gradient(to right, #FA709A, #FEE140)
Neon Glow
linear-gradient(to right, #00DBDE, #FC00FF)

How to Use

1

Enter Your Text

Type the text you want to apply the gradient to in the "Text" input field.

2

Choose Gradient Type

Select between Linear, Radial, or Conic gradient types.

3

Adjust Direction or Angle

For linear gradients, choose a direction. For conic gradients, set the angle.

4

Customize Colors

Add, remove, or adjust color stops and their positions to create your desired gradient.

5

Copy or Save CSS

Copy the generated CSS code or save it as a CSS file to use in your projects.

About Text Gradients

CSS text gradients allow you to apply beautiful, multi-colored gradients directly to text. This effect was once only possible with images, but modern CSS makes it simple and efficient.

Browser Support:Text gradients are supported in all modern browsers, including Chrome, Firefox, Safari, and Edge. For older browsers like Internet Explorer, the text will fall back to a solid color.

Usage Tips:Text gradients work best with bold text and high-contrast color combinations. Experiment with different gradient types and directions to achieve the desired effect.

Related Tools