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