I\'m trying to create a color opposite of current color. I mean if current color is black, then I need to generate white.
Actually I have a text
Simple way to achieve this with CSS:
mix-blend-mode: difference; color:white;