Copied!
background-image: linear-gradient(top, #fcd8fc 0%, #e47de5 24%, #e47de5 48%, #802b22 74%, #802b22 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcd8fc), color-stop(0.24, #e47de5), color-stop(0.48, #e47de5), color-stop(0.74, #802b22), color-stop(1, #802b22));
background-image: -moz-linear-gradient(top, #fcd8fc 0%, #e47de5 24%, #e47de5 48%, #802b22 74%, #802b22 100%);
background-image: -o-linear-gradient(top, #fcd8fc 0%, #e47de5 24%, #e47de5 48%, #802b22 74%, #802b22 100%);
background-image: -ms-linear-gradient(top, #fcd8fc 0%, #e47de5 24%, #e47de5 48%, #802b22 74%, #802b22 100%);