Adding a color over an image
How can I add a color over an image, like in the picture, where this violet color appears over it. I embedded the image in HTML under <picture> tag.
3 Replies
You can use a blend mode.
An example:
Hope this is what you want 😉
@SurfDiamer this is working perfectly, thank you a lot! I didn't know about this property, I know about background-blend-mode but I guess it only works with background-image set
the background-blend-mode is indeed only when you use background-image 😉