Skip to content

Instantly share code, notes, and snippets.

@dorianmariecom
Created February 7, 2022 09:31
Show Gist options
  • Select an option

  • Save dorianmariecom/df739148198c93d9bee613f075d53ff7 to your computer and use it in GitHub Desktop.

Select an option

Save dorianmariecom/df739148198c93d9bee613f075d53ff7 to your computer and use it in GitHub Desktop.
.rainbow {
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
text-fill-color: transparent;
background-size: 100%;
background-image: linear-gradient(
90deg,
rgba(255, 0, 0, 1) 0%,
rgba(255, 154, 0, 1) 10%,
rgba(208, 222, 33, 1) 20%,
rgba(79, 220, 74, 1) 30%,
rgba(63, 218, 216, 1) 40%,
rgba(47, 201, 226, 1) 50%,
rgba(28, 127, 238, 1) 60%,
rgba(95, 21, 242, 1) 70%,
rgba(186, 12, 248, 1) 80%,
rgba(251, 7, 217, 1) 90%,
rgba(255, 0, 0, 1) 100%
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment