Copied!
background-image: linear-gradient(top, #050005 16%, #1c001c 33%, #330033 57%, #6e0044 82%, #aa0055 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1636884, #050005), color-stop(0.3273768, #1c001c), color-stop(0.574906, #330033), color-stop(0.8224352, #6e0044), color-stop(1, #aa0055));
background-image: -moz-linear-gradient(top, #050005 16%, #1c001c 33%, #330033 57%, #6e0044 82%, #aa0055 100%);
background-image: -o-linear-gradient(top, #050005 16%, #1c001c 33%, #330033 57%, #6e0044 82%, #aa0055 100%);
background-image: -ms-linear-gradient(top, #050005 16%, #1c001c 33%, #330033 57%, #6e0044 82%, #aa0055 100%);