Skip to content

Instantly share code, notes, and snippets.

@luismartinezs
Created December 29, 2018 22:42
Show Gist options
  • Save luismartinezs/4a0a77e15d585bcb46a9520f4ebd170b to your computer and use it in GitHub Desktop.
Save luismartinezs/4a0a77e15d585bcb46a9520f4ebd170b to your computer and use it in GitHub Desktop.
SCSS theming template #scss
$font-h: "Raleway", sans-serif;
$font-p: "Open Sans", sans-serif;
$hue-primary: 151.9;
$hue-secondary: 19.4;
$primary: hsl($hue-primary, 86%, 36.5%);
$primary-light: hsl($hue-primary, 47.7%, 58%);
$primary-xlight: hsl($hue-primary, 51.7%, 82.9%);
$primary-dark: hsl($hue-primary, 97.8%, 17.5%);
$secondary: hsl($hue-secondary, 100%, 48%);
$secondary-light: hsl($hue-secondary, 100%, 69.6%);
$secondary-xlight: hsl($hue-secondary, 100%, 89.8%);
$secondary-dark: hsl($hue-secondary, 100%, 24.5%);
$text-primary: #0e0e0e;
$text-secondary: #0e0e0e;
$alert: #e35c5c;
$small-width: 540px;
$medium-width: 720px;
$large-width: 960px;
$soft-black: #5c5c5c;
$link-color: yellow;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment