Skip to content

Instantly share code, notes, and snippets.

@ratbeard
Created February 18, 2014 18:15
Show Gist options
  • Save ratbeard/9076500 to your computer and use it in GitHub Desktop.
Save ratbeard/9076500 to your computer and use it in GitHub Desktop.
.rainbow-text {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: -webkit-gradient(linear, left top, left bottom,
color-stop(0.00, red),
color-stop(16%, orange),
color-stop(32%, yellow),
color-stop(48%, green),
color-stop(60%, blue),
color-stop(76%, indigo),
color-stop(1.00, violet));
}
@wayou
Copy link

wayou commented Mar 27, 2015

awesome!

@havengeyer
Copy link

cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment