mix-blend-mode

Explore the blend modes of CSS, so that you can adjust how elements blend with the content of their parent elements. Behind the scenes, blend modes apply math operations to pixel colors for some pretty cool effects, including transparency, texturing, and colorization.

copy code here:

#text {
  color: {{ textColor }};
  mix-blend-mode: {{ mixBlendModeText }}
}

copy code here:

#foreground-image {
  mix-blend-mode: {{ mixBlendModeImage }}
}