Sample Text

CSS Output

.gradient-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(45deg, #3b82f6 0%, #8b5cf6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}