Copied!
background-image: linear-gradient(top, #636466 0%, #6c6e70 25%, #7c7e80 50%, #808284 75%, #808284 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #636466), color-stop(0.25, #6c6e70), color-stop(0.5, #7c7e80), color-stop(0.75, #808284), color-stop(1, #808284));
background-image: -moz-linear-gradient(top, #636466 0%, #6c6e70 25%, #7c7e80 50%, #808284 75%, #808284 100%);
background-image: -o-linear-gradient(top, #636466 0%, #6c6e70 25%, #7c7e80 50%, #808284 75%, #808284 100%);
background-image: -ms-linear-gradient(top, #636466 0%, #6c6e70 25%, #7c7e80 50%, #808284 75%, #808284 100%);