Created
August 16, 2020 14:10
-
-
Save jordienr/255dcb43f6694c1e563503966cfbb5a5 to your computer and use it in GitHub Desktop.
SCSS Variables I use in almost all my projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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