Copied!
background-image: linear-gradient(top, #7531ce 0%, #ba3aab 25%, #ff4488 50%, #883588 75%, #112788 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7531ce), color-stop(0.25, #ba3aab), color-stop(0.5, #ff4488), color-stop(0.75, #883588), color-stop(1, #112788));
background-image: -moz-linear-gradient(top, #7531ce 0%, #ba3aab 25%, #ff4488 50%, #883588 75%, #112788 100%);
background-image: -o-linear-gradient(top, #7531ce 0%, #ba3aab 25%, #ff4488 50%, #883588 75%, #112788 100%);
background-image: -ms-linear-gradient(top, #7531ce 0%, #ba3aab 25%, #ff4488 50%, #883588 75%, #112788 100%);