mix-blend-mode

mix-blend-mode: normal | multiply | screen | overlay | darken | lighten | color-dodge | color-burn | difference | exclusion | hue | saturation | color | luminosity;


  • normal - This is default. Sets the blending mode to normal.
  • multiply - Sets the blending mode to multiply.
  • screen - Sets the blending mode to screen.
  • overlay - Sets the blending mode to overlay.
  • darken - Sets the blending mode to darken.
  • lighten - Sets the blending mode to lighten.
  • color-dodge - Sets the blending mode to color-dodge.
  • color-burn - Sets the blending mode to color-burn.
  • difference - Sets the blending mode to difference.
  • exclusion - Sets the blending mode to exclusion.
  • hue - Sets the blending mode to hue.
  • saturation - Sets the blending mode to saturation.
  • color - Sets the blending mode to color.
  • luminosity - Sets the blending mode to luminosity.