typescriptcssv0.1
Docs

background-blend-mode

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

UtilityStyles
bg.blend.normalbackground-blend-mode: normal;
bg.blend.multiplybackground-blend-mode: multiply;
bg.blend.screenbackground-blend-mode: screen;
bg.blend.overlaybackground-blend-mode: overlay;
bg.blend.darkenbackground-blend-mode: darken;
bg.blend.lightenbackground-blend-mode: lighten;
bg.blend['color-dodge']background-blend-mode: color-dodge;
bg.blend['color-burn']background-blend-mode: color-burn;
bg.blend['hard-light']background-blend-mode: hard-light;
bg.blend['soft-light']background-blend-mode: soft-light;
bg.blend.differencebackground-blend-mode: difference;
bg.blend.exclusionbackground-blend-mode: exclusion;
bg.blend.huebackground-blend-mode: hue;
bg.blend.saturationbackground-blend-mode: saturation;
bg.blend.colorbackground-blend-mode: color;
bg.blend.luminositybackground-blend-mode: luminosity;