Skip to content

Instantly share code, notes, and snippets.

@destinio
Created March 19, 2022 19:33
Show Gist options
  • Save destinio/4529d90d1c3de8b7428e0a3d2d66f50f to your computer and use it in GitHub Desktop.
Save destinio/4529d90d1c3de8b7428e0a3d2d66f50f to your computer and use it in GitHub Desktop.
/* HEX */
--black: #111;
--gray: #555;
--gray-dark: #1c1d21;
--gray-light: #888;
--white: #f7f7f7;
--red: #e94a50;
--green: #7dbb5c;
--blue: #4fb3db;
--orange: #fe7c0d;
--yellow: #f2d533;
/* RGB */
--black: rgb(17, 17, 17);
--gray: rgb(85, 85, 85);
--gray-dark: rgb(28, 29, 33);
--gray-light: rgb(136, 136, 136);
--white: rgb(247, 247, 247);
--red: rgb(233, 74, 80);
--green: rgb(125, 187, 92);
--blue: rgb(79, 179, 219);
--orange: rgb(254, 124, 13);
--yellow: rgb(242, 213, 49);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment