Copied!
background-image: linear-gradient(top, #808284 0%, #8e9093 25%, #97999c 50%, #9d9fa1 75%, #9d9fa1 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #808284), color-stop(0.25, #8e9093), color-stop(0.5, #97999c), color-stop(0.75, #9d9fa1), color-stop(1, #9d9fa1));
background-image: -moz-linear-gradient(top, #808284 0%, #8e9093 25%, #97999c 50%, #9d9fa1 75%, #9d9fa1 100%);
background-image: -o-linear-gradient(top, #808284 0%, #8e9093 25%, #97999c 50%, #9d9fa1 75%, #9d9fa1 100%);
background-image: -ms-linear-gradient(top, #808284 0%, #8e9093 25%, #97999c 50%, #9d9fa1 75%, #9d9fa1 100%);