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