CSS NEEDED
selector .elementor-text-editor{
background-image: linear-gradient(180deg, #ffffff, #cafcff, #00ffff, #00ffdc, #34fc42);
background-clip: text;
-webkit-background-clip: text;
}
------------------------------------
selector .elementor-heading-title{
background-image: linear-gradient(to right top, #ffffff, #cafcff, #C0C000, #00ffdc, #34fc42);
background-clip: text;
-webkit-background-clip: text;
}