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