Copied!
background-image: linear-gradient(top, #c4d3c6 0%, #bfc7cd 50%, #babcd5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c4d3c6), color-stop(0.5, #bfc7cd), color-stop(1, #babcd5));
background-image: -moz-linear-gradient(top, #c4d3c6 0%, #bfc7cd 50%, #babcd5 100%);
background-image: -o-linear-gradient(top, #c4d3c6 0%, #bfc7cd 50%, #babcd5 100%);
background-image: -ms-linear-gradient(top, #c4d3c6 0%, #bfc7cd 50%, #babcd5 100%);