Copied!
background-image: linear-gradient(top, #008fd4 0%, #0096da 25%, #00a5e8 50%, #00adef 75%, #00adef 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #008fd4), color-stop(0.25, #0096da), color-stop(0.5, #00a5e8), color-stop(0.75, #00adef), color-stop(1, #00adef));
background-image: -moz-linear-gradient(top, #008fd4 0%, #0096da 25%, #00a5e8 50%, #00adef 75%, #00adef 100%);
background-image: -o-linear-gradient(top, #008fd4 0%, #0096da 25%, #00a5e8 50%, #00adef 75%, #00adef 100%);
background-image: -ms-linear-gradient(top, #008fd4 0%, #0096da 25%, #00a5e8 50%, #00adef 75%, #00adef 100%);