demo>blend-modes

https://css-tricks.com/basics-css-blend-modes/

by Petr Haluza

HTML

<div>
<picture>
<img src="https://www.img4.cz/www/img/imgsti?stiid=293549" />
</picture>
<img src="https://www.img4.cz/www/img/imgsti?stiid=293549" />
</div>

SCSS

div { background: #eee}
picture { padding: 2em}
img {height:200px; mix-blend-mode: multiply;}