Text with Gradient Effect: Elementor Pro Trick

Text with Gradient Effect in Elementor Pro

CSS Code Used

selector .elementor-heading-title
{
    background-image: linear-gradient(to right bottom, #fe7092, #ff639f, #ff56b0, #fd4dc5, #f249dc, #e251e9, #d05af4, #bb62ff, #a76cff, #9375ff, #7f7cff, #6c81fc);

    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
}