Home / CSS Tips Generated By ChatGPT / Background Blend Modes in CSS Use background-blend-mode to blend the element’s background images and color. Source Code .blend-mode { background-image: url('image.jpg'); background-color: rgba(255, 0, 0, 0.5); background-blend-mode: multiply; }