Copied!
background-image: linear-gradient(top, #5d1c2d 0%, #a3312b 25%, #ea4629 39%, #ba9478 75%, #8ae3c8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5d1c2d), color-stop(0.25, #a3312b), color-stop(0.39473685000000003, #ea4629), color-stop(0.75, #ba9478), color-stop(1, #8ae3c8));
background-image: -moz-linear-gradient(top, #5d1c2d 0%, #a3312b 25%, #ea4629 39%, #ba9478 75%, #8ae3c8 100%);
background-image: -o-linear-gradient(top, #5d1c2d 0%, #a3312b 25%, #ea4629 39%, #ba9478 75%, #8ae3c8 100%);
background-image: -ms-linear-gradient(top, #5d1c2d 0%, #a3312b 25%, #ea4629 39%, #ba9478 75%, #8ae3c8 100%);