Copied!
background-image: linear-gradient(top, #e81199 0%, #e87d60 25%, #e8e928 39%, #94e814 75%, #41e800 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e81199), color-stop(0.25, #e87d60), color-stop(0.39473685000000003, #e8e928), color-stop(0.75, #94e814), color-stop(1, #41e800));
background-image: -moz-linear-gradient(top, #e81199 0%, #e87d60 25%, #e8e928 39%, #94e814 75%, #41e800 100%);
background-image: -o-linear-gradient(top, #e81199 0%, #e87d60 25%, #e8e928 39%, #94e814 75%, #41e800 100%);
background-image: -ms-linear-gradient(top, #e81199 0%, #e87d60 25%, #e8e928 39%, #94e814 75%, #41e800 100%);