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