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