// colors definitions for shades-of-gray-simplify theme // Palette generated by Material Palette - materialpalette.com/grey/yellow $primary-color: #9E9E9E; $primary-color-light: #F5F5F5; $primary-color-dark: #616161; $primary-color-dark-translucent: rgba(97, 97, 97, 0.95); $primary-text-color: #212121; $secondary-text-color: #727272; $accent-color: #FFEB3B; $divider-color: #B6B6B6; $alert-color: #8d0011; $standard-box-shadow-color: darken($primary-color-dark, 10%); // gradient used in blog view by the heading images $primary-gradient: #2c3646; $secondary-gradient: #7c8491;