Copied!
background-image: linear-gradient(top, #ce6b0e 0%, #780b04 50%, #780b04 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ce6b0e), color-stop(0.5, #780b04), color-stop(1, #780b04));
background-image: -moz-linear-gradient(top, #ce6b0e 0%, #780b04 50%, #780b04 100%);
background-image: -o-linear-gradient(top, #ce6b0e 0%, #780b04 50%, #780b04 100%);
background-image: -ms-linear-gradient(top, #ce6b0e 0%, #780b04 50%, #780b04 100%);