Copied!
background-image: linear-gradient(top, #8e50b2 0%, #af64c5 10%, #af64c5 20%, #d973d5 30%, #d973d5 40%, #c2dbf8 50%, #c2dbf8 60%, #a7baeb 70%, #a7baeb 80%, #5f6fb9 90%, #5f6fb9 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8e50b2), color-stop(0.1, #af64c5), color-stop(0.2, #af64c5), color-stop(0.3, #d973d5), color-stop(0.4, #d973d5), color-stop(0.5, #c2dbf8), color-stop(0.6, #c2dbf8), color-stop(0.7, #a7baeb), color-stop(0.8, #a7baeb), color-stop(0.9, #5f6fb9), color-stop(1, #5f6fb9));
background-image: -moz-linear-gradient(top, #8e50b2 0%, #af64c5 10%, #af64c5 20%, #d973d5 30%, #d973d5 40%, #c2dbf8 50%, #c2dbf8 60%, #a7baeb 70%, #a7baeb 80%, #5f6fb9 90%, #5f6fb9 100%);
background-image: -o-linear-gradient(top, #8e50b2 0%, #af64c5 10%, #af64c5 20%, #d973d5 30%, #d973d5 40%, #c2dbf8 50%, #c2dbf8 60%, #a7baeb 70%, #a7baeb 80%, #5f6fb9 90%, #5f6fb9 100%);
background-image: -ms-linear-gradient(top, #8e50b2 0%, #af64c5 10%, #af64c5 20%, #d973d5 30%, #d973d5 40%, #c2dbf8 50%, #c2dbf8 60%, #a7baeb 70%, #a7baeb 80%, #5f6fb9 90%, #5f6fb9 100%);