Copied!
background-image: linear-gradient(top, #e06931 0%, #eba837 25%, #eba837 50%, #fdeb2f 75%, #fdeb2f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e06931), color-stop(0.25, #eba837), color-stop(0.5, #eba837), color-stop(0.75, #fdeb2f), color-stop(1, #fdeb2f));
background-image: -moz-linear-gradient(top, #e06931 0%, #eba837 25%, #eba837 50%, #fdeb2f 75%, #fdeb2f 100%);
background-image: -o-linear-gradient(top, #e06931 0%, #eba837 25%, #eba837 50%, #fdeb2f 75%, #fdeb2f 100%);
background-image: -ms-linear-gradient(top, #e06931 0%, #eba837 25%, #eba837 50%, #fdeb2f 75%, #fdeb2f 100%);