Copied!
background-image: linear-gradient(top, #7db2a8 0%, #3e7d75 22%, #3e7d75 44%, #4e6658 48%, #4e6658 52%, #3e7d75 56%, #3e7d75 60%, #88b7af 80%, #88b7af 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7db2a8), color-stop(0.22, #3e7d75), color-stop(0.44, #3e7d75), color-stop(0.48, #4e6658), color-stop(0.52, #4e6658), color-stop(0.56, #3e7d75), color-stop(0.6, #3e7d75), color-stop(0.8, #88b7af), color-stop(1, #88b7af));
background-image: -moz-linear-gradient(top, #7db2a8 0%, #3e7d75 22%, #3e7d75 44%, #4e6658 48%, #4e6658 52%, #3e7d75 56%, #3e7d75 60%, #88b7af 80%, #88b7af 100%);
background-image: -o-linear-gradient(top, #7db2a8 0%, #3e7d75 22%, #3e7d75 44%, #4e6658 48%, #4e6658 52%, #3e7d75 56%, #3e7d75 60%, #88b7af 80%, #88b7af 100%);
background-image: -ms-linear-gradient(top, #7db2a8 0%, #3e7d75 22%, #3e7d75 44%, #4e6658 48%, #4e6658 52%, #3e7d75 56%, #3e7d75 60%, #88b7af 80%, #88b7af 100%);