[text] gradient effect

by naocrrds

HTML

<style>
  #hihi8 {
    background: linear-gradient(to top, #FFFDFE 2%, #FF78B1 100%);
    font-family: sant joan;
    font-size: 2em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #FE62B6;
  }

</style>
<p id="hihi8">gradient text</p>