Copied!
background-image: linear-gradient(top, #18d699 0%, #7b80c4 33%, #df2af0 67%, #921dee 67%, #4511ed 83%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #18d699), color-stop(0.3333333, #7b80c4), color-stop(0.6666666, #df2af0), color-stop(0.6666666, #921dee), color-stop(0.83333326666666, #4511ed));
background-image: -moz-linear-gradient(top, #18d699 0%, #7b80c4 33%, #df2af0 67%, #921dee 67%, #4511ed 83%);
background-image: -o-linear-gradient(top, #18d699 0%, #7b80c4 33%, #df2af0 67%, #921dee 67%, #4511ed 83%);
background-image: -ms-linear-gradient(top, #18d699 0%, #7b80c4 33%, #df2af0 67%, #921dee 67%, #4511ed 83%);