Skip to content

Instantly share code, notes, and snippets.

@efeeseao
Created April 30, 2021 07:12
Show Gist options
  • Save efeeseao/c07f46e9a4bc0b43bca41f91e75c06fa to your computer and use it in GitHub Desktop.
Save efeeseao/c07f46e9a4bc0b43bca41f91e75c06fa to your computer and use it in GitHub Desktop.
:root {
--darkAccent: rgb(81,38,159);
--green: rgb(3,168, 124);
--lightGreen: rgb(204,255,191);
--white: rgb(255,255,254);
--background: rgb(252,252,255);
--lightGray: rgb(238,239,239);
--dark: rgb(40,47,54);
--black: rgb(17,17,17);
--darkEight: rgba(40,47,54,0.8);
--darkFive: rgba(40,47,54,0.5);
--darkThree: rgba(40,47,54,0.3);
--darkTen: rgba(40,47,54,0.15);
--darkNine: rgba(40,47,54,0.08);
--darkFour: rgba(40,47,54,0.04);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment