Copied!
background-image: linear-gradient(top, #ffcc00 0%, #00e25a 29%, #00e25a 59%, #1a0079 79%, #1a0079 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffcc00), color-stop(0.294, #00e25a), color-stop(0.588, #00e25a), color-stop(0.794, #1a0079), color-stop(1, #1a0079));
background-image: -moz-linear-gradient(top, #ffcc00 0%, #00e25a 29%, #00e25a 59%, #1a0079 79%, #1a0079 100%);
background-image: -o-linear-gradient(top, #ffcc00 0%, #00e25a 29%, #00e25a 59%, #1a0079 79%, #1a0079 100%);
background-image: -ms-linear-gradient(top, #ffcc00 0%, #00e25a 29%, #00e25a 59%, #1a0079 79%, #1a0079 100%);