Scroll down to see the logo automatically invert its color based on the background behind it.
No JavaScript required for the color change. The CSS `mix-blend-mode: difference` calculates the pixel values in real-time.
This technique relies on the logo being pure white (RGB 255, 255, 255) and having a transparent background.
Works with text, images, and SVGs.
