Copied!
background-image: linear-gradient(top, #4d2327 0%, #935f30 25%, #935f30 50%, #b28462 75%, #b28462 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4d2327), color-stop(0.25, #935f30), color-stop(0.5, #935f30), color-stop(0.75, #b28462), color-stop(1, #b28462));
background-image: -moz-linear-gradient(top, #4d2327 0%, #935f30 25%, #935f30 50%, #b28462 75%, #b28462 100%);
background-image: -o-linear-gradient(top, #4d2327 0%, #935f30 25%, #935f30 50%, #b28462 75%, #b28462 100%);
background-image: -ms-linear-gradient(top, #4d2327 0%, #935f30 25%, #935f30 50%, #b28462 75%, #b28462 100%);