Can you change the hueness and gradient of a circle | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can you change the hueness and gradient of a circle

Changing parameters

5th Jan 2021, 3:14 PM
Julius Mwangi
Julius Mwangi - avatar
2 Answers
+ 4
I assume you are stepping to radial-gradient().. if yes then this can help you! https://developer.mozilla.org/en-US/docs/Web/CSS/radial-gradient()
5th Jan 2021, 3:32 PM
Aditya
Aditya - avatar
+ 1
Can you use hsl color (hue, saturation,lightness) for hueness values: hue-0 to 360 saturation- 100% to 0 lightness-0 to 100% Eg: in css background-color:hsl(120,45%,49%);
5th Jan 2021, 3:37 PM
Giriraj Yalpalwar
Giriraj Yalpalwar - avatar