Back

Design & Assets

CSS Gradient Text Generator

Generate CSS for gradient-colored text.

Category

Design & Assets

Tags

gradient textcsstypographydesign
More Design & Assets
Input

CSS Gradient Text Generator

gradient textcsstypographydesign
Output

Generated gradient text CSS

.gradient-text {
  background: linear-gradient(90deg, #2563eb, #9333ea);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
Gradient text preview
Live canvas