Utilities for applying backdrop filters to an element.
Use utilities like backdrop-blur-xs and backdrop-grayscale to apply filters to an element's backdrop:
You can combine the following backdrop filter utilities: blur, brightness, contrast, grayscale, hue-rotate, invert, opacity, saturate, and sepia.
Use the backdrop-filter-none utility to remove all of the backdrop filters applied to an element:
<!-- [!code classes:md:backdrop-filter-none] -->
<div class="backdrop-blur-md backdrop-brightness-150 md:backdrop-filter-none"></div>