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