Loading...
Loading...
Générez de beaux effets de texte dégradé CSS avec un aperçu visuel en direct
.gradient-text {
font-size: 48px;
font-weight: 700;
background: linear-gradient(to right, #6366f1, #ec4899);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}