Skip to main content

Backdrop Hue Rotate

Utilities for applying backdrop hue rotation filters.

CSS Property:backdrop-filter: hue-rotate()
Classes:6

Backdrop Hue Rotate Classes

ClassCSS
backdrop-hue-rotate-0backdrop-filter: hue-rotate(0deg);
backdrop-hue-rotate-15backdrop-filter: hue-rotate(15deg);
backdrop-hue-rotate-30backdrop-filter: hue-rotate(30deg);
backdrop-hue-rotate-60backdrop-filter: hue-rotate(60deg);
backdrop-hue-rotate-90backdrop-filter: hue-rotate(90deg);
backdrop-hue-rotate-180backdrop-filter: hue-rotate(180deg);

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

[backdrop-filter: hue-rotate():value]

Responsive Variants

Apply backdrop hue rotate utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:backdrop-hue-rotate-0
768px+md:md:backdrop-hue-rotate-0
1024px+lg:lg:backdrop-hue-rotate-0
1280px+xl:xl:backdrop-hue-rotate-0
1536px+2xl:2xl:backdrop-hue-rotate-0