Skip to content

Instantly share code, notes, and snippets.

@kieran23101
Created November 16, 2017 16:58
Show Gist options
  • Save kieran23101/e44ab1c71e522ec75dfcdd7c558c97c2 to your computer and use it in GitHub Desktop.
Save kieran23101/e44ab1c71e522ec75dfcdd7c558c97c2 to your computer and use it in GitHub Desktop.
Text with a gradient color
.gradient {
background-image: -webkit-gradient(linear,0% 0%,25% 100%,from(#ff2c2c),to(#7a5e91));
-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