Skip to content

Instantly share code, notes, and snippets.

@thejeshgn
Created August 17, 2019 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thejeshgn/2f514eb928c72d60da64cf146d35ba4f to your computer and use it in GitHub Desktop.
Save thejeshgn/2f514eb928c72d60da64cf146d35ba4f to your computer and use it in GitHub Desktop.
/* https://twitter.com/notwaldorf */
.rainbow {
display: inline-block;
background-image: linear-gradient(90deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);
background-size: cover;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment