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