Created
July 12, 2023 14:17
-
-
Save LewisGet/2845b583d049fc6ec2dca0f3ce6b4608 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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