Text Gradient
Apply gradient colors to text
TextLive 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.