CSS Gradient Text Generator
Generate CSS code to apply gradients to text. Preview colors, direction, and range adjustments in real time.
.gradient-text {
background: linear-gradient(to right, #ec4899 0%, #8b5cf6 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-size: 48px;
font-weight: 700;
}How to Use
Enter Text

Enter the text to apply a gradient to
Set Gradient

Adjust gradient colors, direction, type, etc.
Copy CSS

Copy the generated CSS code
Features
Real-time Preview
Preview gradient text in real time
Various Gradients
Support linear, radial, conic gradients with multiple color stops
Presets Included
Apply popular gradient presets with one click
FAQ
🔗Related Tools
Color Code Converter
Convert between HEX, RGB, and HSL color codes. Use the color picker and real-time preview for intuitive color selection.
Color Picker
Pick colors intuitively using a color wheel and sliders. Get and copy color codes in HEX, RGB, and HSL formats.
Image Color Extractor
Automatically detect dominant colors from an image and generate a color palette. You can also click anywhere on the image to pick individual colors.
Image Average Color Picker
Calculate the average color of an entire image or a selected area. Useful for choosing color schemes or thumbnail background colors.
CSS Gradient Generator
Visually create CSS gradients with drag controls. Supports linear, radial, and conic gradient types with presets.
CSS Box Shadow Generator
Visually create CSS box-shadow with sliders. Supports multiple shadows and inset shadows.