backdrop-filter

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

The backdrop-filter CSS property lets you apply graphical effects such as blurring or color shifting to the area behind an element. Because it applies to everything behind the element, to see the effect the element or its background needs to be transparent or partially transparent.

Try it