h1 {
background-image: rgba(21, 182, 57,1);
background-image: -moz-linear-gradient(left, rgba(21, 182, 57,1) 0%, rgba(21, 182, 57,1) 13%, rgba(141, 208, 16,1) 10%);
background-image: -webkit-gradient(left top, right top, color-stop(0%, rgba(21, 182, 57,1)), color-stop(100%, rgba(141, 208, 16,1)));
background-image: -webkit-linear-gradient(left, rgb(21, 182, 57) 0%, rgba(141, 208, 16,1) 10%);
background-image: -o-linear-gradient(left, rgba(21, 182, 57,1) 0%, rgba(141, 208, 16,1) 10%);
background-image: -ms-linear-gradient(left, rgba(21, 182, 57,1) 0%, rgba(141, 208, 16,1) 10%);
/* background-image: linear-gradient(to right, rgb(29, 53, 10) 0%, rgb(127, 255, 30) 13%, rgba(83,133,36,1) 30%, rgba(197,255,82,1) 58%, rgba(197,255,82,1) 100%); */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dd010', endColorstr='#15b639', GradientType=1 );
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
<h1>Hello Gradient</h1>