Skip to content

Instantly share code, notes, and snippets.

@WebInspectInc
Created June 4, 2025 20:45
Show Gist options
  • Save WebInspectInc/0bf05d193297ca1b0a88a83b1ea61961 to your computer and use it in GitHub Desktop.
Save WebInspectInc/0bf05d193297ca1b0a88a83b1ea61961 to your computer and use it in GitHub Desktop.
.theme-dark {
--color-d-gray-10: hsla(192, 48%, 85%, 1);
--color-d-gray-20: hsla(194, 39%, 74%, 1);
--color-d-gray-30: hsla(194, 31%, 68%, 1);
--color-d-gray-40: hsla(195, 27%, 55%, 1);
--color-d-gray-50: hsla(194, 24%, 46%, 1);
--color-d-gray-60: hsla(193, 27%, 33%, 1);
--color-d-gray-70: hsla(191, 27%, 25%, 1);
--color-d-gray-80: hsla(198, 22%, 19%, 1);
--color-d-gray-90: hsla(193, 20%, 17%, 1);
--color-d-gray-100: hsla(190, 19%, 15%, 1);
--color-d-gray-110: hsla(190, 17%, 14%, 1);
--color-d-gray-120: hsla(199, 16%, 13%, 1);
--color-d-gray-130: hsla(194, 18%, 11%, 1);
--color-d-gray-140: hsla(192, 21%, 9%, 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment