uiSTTP

How to set a gradient text color

.your-text-element {
  background: linear-gradient(-10deg, transparent, goldenrod, gold, goldenrod, transparent);
  background-clip: text;
  color: transparent;
}