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