Copied!
background-image: linear-gradient(top, #40465f 0%, #426640 25%, #426640 50%, #b1c2ca 75%, #b1c2ca 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #40465f), color-stop(0.25, #426640), color-stop(0.5, #426640), color-stop(0.75, #b1c2ca), color-stop(1, #b1c2ca));
background-image: -moz-linear-gradient(top, #40465f 0%, #426640 25%, #426640 50%, #b1c2ca 75%, #b1c2ca 100%);
background-image: -o-linear-gradient(top, #40465f 0%, #426640 25%, #426640 50%, #b1c2ca 75%, #b1c2ca 100%);
background-image: -ms-linear-gradient(top, #40465f 0%, #426640 25%, #426640 50%, #b1c2ca 75%, #b1c2ca 100%);