Voltar

Design e Recursos

Gerador de CSS Gradient Texto

Gerar CSS para gradient-colored Texto.

Categoria

Design e Recursos

Tags

gradient Textocsstypographydesign
Mais de Design e Recursos
Entrada

Gerador de CSS Gradient Texto

gradient Textocsstypographydesign
Saída

Generated gradient Texto CSS

.gradient-text {
  background: linear-gradient(90deg, #2563eb, #9333ea);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
Gradient Texto Prévia
Live canvas