Gradient Text

PHOTO EMBED

Sun May 08 2022 15:44:43 GMT+0000 (Coordinated Universal Time)

Saved by @Chavrou #css

.gradient {
  background-image: linear-gradient(90deg, rgba(94,114,235,1) 0%, rgba(255,145,144,1) 56%, rgba(254,193,149,1) 100%);
  color: transparent;
  -webkit-background-clip: text;
}
content_copyCOPY

https://codepen.io/pokecoder/pen/gOGpKqM