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