Skip to content

Instantly share code, notes, and snippets.

@ThomasRettig
Created September 2, 2022 12:09
Show Gist options
  • Save ThomasRettig/b0b97874fd1fa17123f749d050ad0b7b to your computer and use it in GitHub Desktop.
Save ThomasRettig/b0b97874fd1fa17123f749d050ad0b7b to your computer and use it in GitHub Desktop.
Colourful text
.rainbow-text {
-webkit-text-fill-color: transparent;
background: linear-gradient(71.18deg, rgb(0, 34, 255) -27.32%, rgb(0, 34, 255) -16.39%, rgb(81, 121, 254) -7.38%, rgb(165, 237, 182) 30.59%, rgb(250, 232, 90) 46.06%, rgb(253, 172, 62) 62.61%, rgb(255, 92, 0) 75.82%) text;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment