Skip to content

Instantly share code, notes, and snippets.

@chrismademe
Created July 20, 2020 20:13
Show Gist options
  • Save chrismademe/c4dba7c915a53739241fa49801ce683e to your computer and use it in GitHub Desktop.
Save chrismademe/c4dba7c915a53739241fa49801ce683e to your computer and use it in GitHub Desktop.
Base Colours
:root {
--color-gray-90: #373946;
--color-gray-70: #565869;
--color-gray-50: #77798a;
--color-gray-30: #b3b4bd;
--color-gray-10: #eeeef0;
--color-neutral-90: #002c59;
--color-neutral-50: #0779e4;
--color-neutral-10: #e1eefa;
--color-negative-90: #750001;
--color-negative-50: #dd3345;
--color-negative-10: #f6dbdd;
--color-positive-90: #005929;
--color-positive-50: #21bf73;
--color-positive-10: #dbf2e7;
--color-warning-90: #523d00;
--color-warning-50: #f5af4b;
--color-warning-10: #faebd5;
--color-primary: #191a22;
--color-secondary: var(--color-gray-70);
--color-link: var(--color-neutral-50);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment