-1

I want to have my white text change into a grey that i have selected (#21262A) once it goes over a green SVG that i have, i achieved a similar effect with mix-blend-mode: difference; but was unable to get the text color to be a specific color, it would only be the inverse of the background green color on the SVG.

how would I achieve this effect?

Before

enter image description here

mix-blend-mode: difference

enter image description here

i want the text to be the same color as the background above it

Darcy Power
  • 195
  • 12

1 Answers1

0

Try to use:

mix-blend-mode: overlay;