In ContourPlot3D[] function, one can specify individual colors of the surfaces or, opacity and a single color, as far as I can tell:
ContourStyle -> {Pink, Yellow}
or
ContourStyle -> Directive[Opacity[0.4], Pink]
Is there a way to combine both so that I can get a better visual of the volume of intersection?