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