While browsing Palantir.com, I noticed that the logo color always changes to be the inverse of the background color behind it as the background scrolls or changes.
https://i.sstatic.net/BYvZa.png
I'm currently working on a website using Wordpress and would love to achieve the same effect. I've experimented with "mix-blend-mode: exclusion;", but it falls short of providing the true color inverse effect I'm aiming for.
Can anyone provide guidance on how to accomplish this in CSS? Thank you!