Copied!
background-image: linear-gradient(top, #ffe400 0%, #ff8800 14%, #ff8800 42%, #ce0176 66%, #ce0176 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffe400), color-stop(0.135, #ff8800), color-stop(0.418, #ff8800), color-stop(0.662, #ce0176), color-stop(1, #ce0176));
background-image: -moz-linear-gradient(top, #ffe400 0%, #ff8800 14%, #ff8800 42%, #ce0176 66%, #ce0176 100%);
background-image: -o-linear-gradient(top, #ffe400 0%, #ff8800 14%, #ff8800 42%, #ce0176 66%, #ce0176 100%);
background-image: -ms-linear-gradient(top, #ffe400 0%, #ff8800 14%, #ff8800 42%, #ce0176 66%, #ce0176 100%);