mix-blend-normal

The mix-blend-normal class belongs to the mix blend mode group within the effects category.

Example Usage

Here is an example of how to use mix-blend-normal:

<div class="flex -space-x-8">
  <div class="mix-blend-normal h-24 w-24 bg-blue-400"></div>
  <div class="mt-8 h-24 w-24 bg-pink-400"></div>
</div>

Resulting CSS

mix-blend-mode: normal;

Other Mix blend mode Classes

Get Tailwind Scanner!

The absolute must-have tool for anyone using Tailwind CSS.

Scan, Edit, Export any tailwind site in browser to create the perfect UI - download the chrome extension!