.gradient {
display: inline-block;
background: #080;
background: linear-gradient(-45deg, #00C5FF 20%, #FF008E 80%);
background-clip: text;
-webkit-background-clip: text;
text-fill-color: transparent;
-webkit-text-fill-color: transparent;
}
top of page
bottom of page