Skip to content

Home

Gradient text

Gives text a gradient color.

<p class="gradient-text">Gradient text</p>
.gradient-text {
  background: linear-gradient(#70D6FF, #00072D);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 32px;
}

More like this

Start typing a keyphrase to see matching snippets.