Skip to main content

Hue Rotate

Utilities for applying hue rotation filters to elements.

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

Hue Rotate Classes

ClassCSS
hue-rotate-0filter: hue-rotate(0deg);
hue-rotate-15filter: hue-rotate(15deg);
hue-rotate-30filter: hue-rotate(30deg);
hue-rotate-60filter: hue-rotate(60deg);
hue-rotate-90filter: hue-rotate(90deg);
hue-rotate-180filter: 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.

[filter: hue-rotate():value]

Responsive Variants

Apply hue rotate utilities at specific breakpoints using responsive prefixes.

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