Copied!
background-image: linear-gradient(top, #32234d 0%, #54414c 25%, #77604b 50%, #655072 75%, #53409a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #32234d), color-stop(0.25, #54414c), color-stop(0.5, #77604b), color-stop(0.75, #655072), color-stop(1, #53409a));
background-image: -moz-linear-gradient(top, #32234d 0%, #54414c 25%, #77604b 50%, #655072 75%, #53409a 100%);
background-image: -o-linear-gradient(top, #32234d 0%, #54414c 25%, #77604b 50%, #655072 75%, #53409a 100%);
background-image: -ms-linear-gradient(top, #32234d 0%, #54414c 25%, #77604b 50%, #655072 75%, #53409a 100%);