Simple graduated text effect with 4 colours and a choice of graduation angle from 0 -360 degrees for use on headers and body text.
2/5 - (1 vote)
Simple graduated text effect with 4 colours and a choice of graduation angle from 0 -360 degrees for use on headers and body text.
CoolGuysMedia has not only the experience and expertise but the creative flare to get you out there in style.Â
We are here to help with domain registration, hosting, web development and Search engine optimisation as it is essential to get you seen by Google and other search engines, a simple call and all your headaches are gone.
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;
}
No Additional HTML Required