Copied!
background-image: linear-gradient(top, #dd1177 0%, #6e11a1 25%, #0011cc 39%, #00557f 75%, #009933 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dd1177), color-stop(0.25, #6e11a1), color-stop(0.39473685000000003, #0011cc), color-stop(0.75, #00557f), color-stop(1, #009933));
background-image: -moz-linear-gradient(top, #dd1177 0%, #6e11a1 25%, #0011cc 39%, #00557f 75%, #009933 100%);
background-image: -o-linear-gradient(top, #dd1177 0%, #6e11a1 25%, #0011cc 39%, #00557f 75%, #009933 100%);
background-image: -ms-linear-gradient(top, #dd1177 0%, #6e11a1 25%, #0011cc 39%, #00557f 75%, #009933 100%);