Gradient Text Pro

CSS Output

.gradient-text {
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 700;
  background: linear-gradient(135deg, #f59e42 0%, #6366f1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}