Skip to content

Instantly share code, notes, and snippets.

@webmayak
Created February 20, 2022 09:59
Show Gist options
  • Save webmayak/60a45e5c12bc7779c66cf934a1394dad to your computer and use it in GitHub Desktop.
Save webmayak/60a45e5c12bc7779c66cf934a1394dad to your computer and use it in GitHub Desktop.
радужный css для текста
span {
color: transparent;
background: linear-gradient(130deg, #C3BFF5 0%, #C3BFF5 15%, orange 15%, orange 30%, yellow 30%, yellow 45%, #13DF8A 45%, #13DF8A 60%, #1BBCF3 60%, #1BBCF3 75%, pink 75%, pink 100%), linear-gradient(130deg, #C3BFF5 0%, #C3BFF5 15%, orange 15%, orange 30%, yellow 30%, yellow 45%, #13DF8A 45%, #13DF8A 60%, #1BBCF3 60%, #1BBCF3 75%, pink 75%, pink 100%);
text-shadow: 0px -1px 5px rgb(239 45 239);
-webkit-background-clip: text;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment