/* background blend modes */ .example { background: white; } .box { background: url(image.jpg), linear-gradient(135deg, gold, purple); ; //background-blend-mode: screen; //mix-blend-mode: hard-light; }