Skip to content

Instantly share code, notes, and snippets.

@jordienr
Created August 16, 2020 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordienr/255dcb43f6694c1e563503966cfbb5a5 to your computer and use it in GitHub Desktop.
Save jordienr/255dcb43f6694c1e563503966cfbb5a5 to your computer and use it in GitHub Desktop.
SCSS Variables I use in almost all my projects
$gray-900: #1A202C;
$gray-800: #2D3748;
$gray-700: #4A5568;
$gray-600: #718096;
$gray-500: #A0AEC0;
$gray-400: #CBD5E0;
$gray-300: #E2E8F0;
$gray-200: #EDF2F7;
$gray-100: #F7FAFC;
$sans-serif: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
$serif: Georgia, Cambria, "Times New Roman", Times, serif;
$monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment