backdrop-hue-rotate-60
The class backdrop-hue-rotate-60 is a Tailwind CSS class, part of the backdrop hue rotate classes in the category filters.
Example usage
The following code is an example on how to use the class backdrop-hue-rotate-60.
<div class="relative">
<div class="backdrop-blur-none backdrop-brightness-0 backdrop-contrast-0 backdrop-grayscale-0 backdrop-hue-rotate-60 backdrop-invert-0 backdrop-opacity-0 backdrop-saturate-0 backdrop-sepia-0 h-48 w-24 bg-white/30 absolute left-0"></div>
<img src="/placeholders/bromo.jpg" class="rounded-lg h-48 w-48">
</div>
The above code produces the following result:

Resulting CSS
backdrop-filter: hue-rotate(60deg);