Say I have the following code:
Hello world!
And the following CSS:
span{ color:red; }
it is possible, take a look at this pen here
https://codepen.io/feferonka/pen/eoWLZp
Use this on parent of text:
background-image: url(url); background-clip: text; -webkit-background-clip: text; color: transparent;