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