Skip to content

Instantly share code, notes, and snippets.

@mike-pete
Created March 21, 2019 06:24
Show Gist options
  • Save mike-pete/235f112a52d59d2a5b4fc41636733261 to your computer and use it in GitHub Desktop.
Save mike-pete/235f112a52d59d2a5b4fc41636733261 to your computer and use it in GitHub Desktop.
:root {
--black: #000000;
--white: #FFFFFF;
--gray: #555555;
--light-gray: #AAAAAA;
--magenta: #AA00AA;
--light-magenta:#FF55FF;
--red: #AA0000;
--light-red: #FF5555;
--brown: #AA5500;
--yellow: #FFFF55;
--green: #00AA00;
--light-green: #55FF55;
--blue: #0000AA;
--light-blue: #5555FF;
--cyan: #00AAAA;
--light-cyan: #55FFFF;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment