Personal portfolio website created with bootstrap.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
329 B

  1. // Variables
  2. // Gray and Brand Colors for use across theme
  3. $theme-primary: #2C3E50;
  4. $theme-success: #18BC9C;
  5. $gray-base: #000;
  6. $gray-darker: lighten($gray-base, 13.5%);
  7. $gray-dark: lighten($gray-base, 20%);
  8. $gray: lighten($gray-base, 33.5%);
  9. $gray-light: lighten($gray-base, 46.7%);
  10. $gray-lighter: lighten($gray-base, 93.5%);