Skip to content

Instantly share code, notes, and snippets.

@LewisGet
Created July 12, 2023 14:17
Show Gist options
  • Save LewisGet/2845b583d049fc6ec2dca0f3ce6b4608 to your computer and use it in GitHub Desktop.
Save LewisGet/2845b583d049fc6ec2dca0f3ce6b4608 to your computer and use it in GitHub Desktop.
.css-selector
{
--color-a: #d4fff8;
--color-b: #ffdeff;
--color-c: #ffe6e6;
--color-d: #007a65;
--color-e: #7f0e7f;
--color-f: #ff8983;
background-image: linear-gradient(45deg,var(--color-a),var(--color-b),var(--color-c)),linear-gradient(45deg,var(--color-d),var(--color-e),var(--color-f));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment