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