Skip to content

Instantly share code, notes, and snippets.

@yratof
Last active April 22, 2016 13:46
Show Gist options
  • Save yratof/00b4966d6b7d0ba590be7c19ddf58b37 to your computer and use it in GitHub Desktop.
Save yratof/00b4966d6b7d0ba590be7c19ddf58b37 to your computer and use it in GitHub Desktop.
Gradient text
.colour-knock-out {
background: -webkit-linear-gradient(left, #FF4300 0%, #FFBC00 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment