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