Copied!
background-image: linear-gradient(top, #67c55a 0%, #51de2e 25%, #3bf702 50%, #22b601 75%, #097500 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #67c55a), color-stop(0.25, #51de2e), color-stop(0.5, #3bf702), color-stop(0.75, #22b601), color-stop(1, #097500));
background-image: -moz-linear-gradient(top, #67c55a 0%, #51de2e 25%, #3bf702 50%, #22b601 75%, #097500 100%);
background-image: -o-linear-gradient(top, #67c55a 0%, #51de2e 25%, #3bf702 50%, #22b601 75%, #097500 100%);
background-image: -ms-linear-gradient(top, #67c55a 0%, #51de2e 25%, #3bf702 50%, #22b601 75%, #097500 100%);