Text Gradient

Apply gradient colors to text

Text

Live preview

Gradient Text

CSS

background: linear-gradient(135deg, #667eea, #764ba2);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;

Browser support

Chrome 2+, Safari 4+, Firefox 49+. -webkit- prefix needed for older Safari.

Related tools

Other CSS examples