You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if colord could tell me which root colour a given colour falls into for example: hsl(6, 93%, 71%) would be grouped under red hsl(195, 100%, 50%) would be grouped under blue hsl(120, 100%, 50%) would be grouped under green
There could be perhaps 10 colour groups such as red, green, blue, purple, orange, grey, brown, yellow, black, white
syntax could be like colord(#ff0000).toGroup()
The text was updated successfully, but these errors were encountered:
It would be great if colord could tell me which root colour a given colour falls into for example:
hsl(6, 93%, 71%)
would be grouped underred
hsl(195, 100%, 50%)
would be grouped underblue
hsl(120, 100%, 50%)
would be grouped undergreen
There could be perhaps 10 colour groups such as red, green, blue, purple, orange, grey, brown, yellow, black, white
syntax could be like
colord(#ff0000).toGroup()
The text was updated successfully, but these errors were encountered: