Copied!
background-image: linear-gradient(top, #bb11ee 0%, #dd2ae5 43%, #ff44dd 69%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bb11ee), color-stop(0.4325, #dd2ae5), color-stop(0.687295923, #ff44dd));
background-image: -moz-linear-gradient(top, #bb11ee 0%, #dd2ae5 43%, #ff44dd 69%);
background-image: -o-linear-gradient(top, #bb11ee 0%, #dd2ae5 43%, #ff44dd 69%);
background-image: -ms-linear-gradient(top, #bb11ee 0%, #dd2ae5 43%, #ff44dd 69%);