Link to article: Mr. Melting Point's Mega Mighty Page.
@supports ((-webkit-background-clip: text) and (-webkit-text-fill-color: transparent)) {
.rainbow {
background: linear-gradient(to right, #FF7F7F, #FFB27F, #e6e600, #A5FF7F, #7FC9FF, #D67FFF, #FF7FED);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: bold;
}
}
rainbow