Copied!
background-image: linear-gradient(top, #0071bc 0%, #007fc7 25%, #0089cf 50%, #008fd4 75%, #008fd4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0071bc), color-stop(0.25, #007fc7), color-stop(0.5, #0089cf), color-stop(0.75, #008fd4), color-stop(1, #008fd4));
background-image: -moz-linear-gradient(top, #0071bc 0%, #007fc7 25%, #0089cf 50%, #008fd4 75%, #008fd4 100%);
background-image: -o-linear-gradient(top, #0071bc 0%, #007fc7 25%, #0089cf 50%, #008fd4 75%, #008fd4 100%);
background-image: -ms-linear-gradient(top, #0071bc 0%, #007fc7 25%, #0089cf 50%, #008fd4 75%, #008fd4 100%);