.your_class_name {
width: 100%;
height: 100%;
background: linear-gradient(to right, #30CFFF 0%, #330867 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
I have tried following css and it worked for me. Hope this help!