Copied!
background-image: linear-gradient(top, #deebf7 0%, #deebf7 17%, #9ecae1 33%, #9ecae1 50%, #3182bd 67%, #3182bd 83%, #3182bd 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #deebf7), color-stop(0.167, #deebf7), color-stop(0.333, #9ecae1), color-stop(0.5, #9ecae1), color-stop(0.667, #3182bd), color-stop(0.833, #3182bd), color-stop(1, #3182bd));
background-image: -moz-linear-gradient(top, #deebf7 0%, #deebf7 17%, #9ecae1 33%, #9ecae1 50%, #3182bd 67%, #3182bd 83%, #3182bd 100%);
background-image: -o-linear-gradient(top, #deebf7 0%, #deebf7 17%, #9ecae1 33%, #9ecae1 50%, #3182bd 67%, #3182bd 83%, #3182bd 100%);
background-image: -ms-linear-gradient(top, #deebf7 0%, #deebf7 17%, #9ecae1 33%, #9ecae1 50%, #3182bd 67%, #3182bd 83%, #3182bd 100%);