Copied!
background-image: linear-gradient(top, #ce3030 0%, #e69239 25%, #fff543 50%, #9fce94 75%, #40a7e5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ce3030), color-stop(0.25, #e69239), color-stop(0.5, #fff543), color-stop(0.75, #9fce94), color-stop(1, #40a7e5));
background-image: -moz-linear-gradient(top, #ce3030 0%, #e69239 25%, #fff543 50%, #9fce94 75%, #40a7e5 100%);
background-image: -o-linear-gradient(top, #ce3030 0%, #e69239 25%, #fff543 50%, #9fce94 75%, #40a7e5 100%);
background-image: -ms-linear-gradient(top, #ce3030 0%, #e69239 25%, #fff543 50%, #9fce94 75%, #40a7e5 100%);