Texto con degradados

CodiLink logo codi.link
    
<h5>Welcome</h5>        

<style>

h5{
  font-size: 120px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: transparent;
  background: linear-gradient(180deg, red, blue);
  background-clip: text;
  -webkit-background-clip: text;
}

</style>