Copied!
background-image: linear-gradient(top, #ffe400 0%, #ff8800 14%, #ff8800 57%, #e66d1d 95%, #e66d1d 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffe400), color-stop(0.135, #ff8800), color-stop(0.566, #ff8800), color-stop(0.948, #e66d1d), color-stop(1, #e66d1d));
background-image: -moz-linear-gradient(top, #ffe400 0%, #ff8800 14%, #ff8800 57%, #e66d1d 95%, #e66d1d 100%);
background-image: -o-linear-gradient(top, #ffe400 0%, #ff8800 14%, #ff8800 57%, #e66d1d 95%, #e66d1d 100%);
background-image: -ms-linear-gradient(top, #ffe400 0%, #ff8800 14%, #ff8800 57%, #e66d1d 95%, #e66d1d 100%);