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