Skip to content

Instantly share code, notes, and snippets.

@smitroshin
Created May 20, 2022 11:44
Show Gist options
  • Save smitroshin/b6b234c85051b842c41729f39494b66e to your computer and use it in GitHub Desktop.
Save smitroshin/b6b234c85051b842c41729f39494b66e to your computer and use it in GitHub Desktop.
CSS Rainbow Text
.rainbow-text {
background-image: var(--rainbow-gradient,#fff);
background-size: 100%;
background-repeat: repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-background-clip: text;
-moz-text-fill-color: transparent;
filter: drop-shadow(0 0 2rem #000);
text-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment