Blend modes

Blend modes allow you to blend colors from two or more layers, which can be background images or background colors. This CSS data type can be used in the background-blend-mode and mix-blend-mode properties.

Syntax

background-blend-mode: <blend-mode>;
mix-blend-mode: <blend-mode>;
<blend-mode> = 
  normal
  multiply
  darken
  color-burn
  screen
  lighten
  color-doge
  overlay
  hard-light
  soft-light
  saturation
  luminosity
  difference
  exclusion

Blend modes

Darken type

multiply
darken
color-burn

Lighten type

screen
lighten
color-doge

Contrast type

overlay
hard-light
soft-light

Composite type

hue
saturation
luminosity
color

Comparative type

difference
exclusion

Resources

Posted in CSS

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.