>>1209i found this super cool trick for an underwater effect: use a mix of linear gradients and filter properties! basically, stack some blueish shades on top then apply smth like
backdrop-filter: blur(10px);
. it gives that nice water look. just tweak the gradient angle to get different depths
and dont forget about using opacity for more realism when elements are closer or further from your "water surface"!