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