Skip to content

Background Blend Mode

Use bg-blend-* utilities to blend an element’s background image with its background color, creating tinted-photo effects without an image editor.

Style('bg-blue-500 bg-blend-multiply ...')
Style('bg-blue-500 bg-blend-soft-light ...')
Style('bg-blue-500 bg-blend-overlay ...')
ClassDescription
bg-blend-normalSet background blend mode to normal
bg-blend-multiplySet background blend mode to multiply
bg-blend-screenSet background blend mode to screen
bg-blend-overlaySet background blend mode to overlay
bg-blend-darkenSet background blend mode to darken
bg-blend-lightenSet background blend mode to lighten
bg-blend-color-dodgeSet background blend mode to color-dodge
bg-blend-color-burnSet background blend mode to color-burn
bg-blend-hard-lightSet background blend mode to hard-light
bg-blend-soft-lightSet background blend mode to soft-light
bg-blend-differenceSet background blend mode to difference
bg-blend-exclusionSet background blend mode to exclusion
bg-blend-hueSet background blend mode to hue
bg-blend-saturationSet background blend mode to saturation
bg-blend-colorSet background blend mode to color
bg-blend-luminositySet background blend mode to luminosity