Background Blend Mode

Utilities for controlling how an element's background image blends with its background color.

Class CSS Output
bg-blend-exclusion
background-blend-mode: exclusion;
bg-blend-multiply
background-blend-mode: multiply;
bg-blend-difference
background-blend-mode: difference;
bg-blend-screen
background-blend-mode: screen;
bg-blend-saturation
background-blend-mode: saturation;
bg-blend-soft-light
background-blend-mode: soft-light;
bg-blend-darken
background-blend-mode: darken;
bg-blend-luminosity
background-blend-mode: luminosity;
bg-blend-overlay
background-blend-mode: overlay;
bg-blend-hard-light
background-blend-mode: hard-light;