Skip to content

Instantly share code, notes, and snippets.

@creaturenex
Created February 3, 2023 00:03
Show Gist options
  • Save creaturenex/2d78e0d7c80a8786d656d7d9800af23a to your computer and use it in GitHub Desktop.
Save creaturenex/2d78e0d7c80a8786d656d7d9800af23a to your computer and use it in GitHub Desktop.
github's gray scale
--color-scale-white: #ffffff;
--color-scale-gray-0: #f6f8fa;
--color-scale-gray-1: #eaeef2;
--color-scale-gray-2: #d0d7de;
--color-scale-gray-3: #afb8c1;
--color-scale-gray-4: #8c959f;
--color-scale-gray-5: #6e7781;
--color-scale-gray-6: #57606a;
--color-scale-gray-7: #424a53;
--color-scale-gray-8: #32383f;
--color-scale-gray-9: #24292f;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment