0byt3m1n1
Path:
/
home
/
k
/
a
/
s
/
kassiope
/
www
/
vendor
/
css-crush
/
css-crush
/
docs
/
core
/
functions
/
[
Home
]
File: h-adjust.md
<!--{ "title": "h-adjust()" }--> Adjust the hue of a color value. <code>h-adjust( *color*, *offset* )</code> ## Parameters * *`color`* Any valid CSS color value * *`offset`* The percentage to offset the color hue (percent mark optional) ## Returns The modified color value. ## Examples ```css color: h-adjust( deepskyblue -10 ); ```