Blog title gradient color

Use this CSS code

div[class*="card-content__CardContentTitle"] {
      background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }

Result

1 Like