utilities/effects/mix-blend-mode.md
Utilities for controlling how an element should blend with the background.
<PlaygroundWithVariants variant='multiply' :variants="['normal', 'multiply', 'screen', 'overlay', 'darken', 'lighten', 'color-dodge', 'color-burn', 'hard-light', 'soft-light', 'difference', 'exclusion', 'hue', 'saturation', 'color', 'luminosity']" prefix='mix-blend' fixed='dark:text-white opacity-85 overflow-hidden h-full' appended='flex justify-center items-center bg-teal-300 bg-yellow-300 w-36 h-36 w-24 h-24 rounded-md' nested=true html='<div class="flex justify-center"> <div class="flex items-center justify-center rounded-md bg-teal-300 h-24 w-36"> <div class="{class} rounded-md h-36 w-24 bg-yellow-300"></div> </div> </div>' />