Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
11–20 of 167 posts
Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#12Good reminder that in CSS, darkgray is a light gray and gray is a dark gray. Also presumably up is down and wet is dry.
Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#13This is fun! The only "bug" I see, if at all, is that the hue value does not wrap around, i.e. the colors shown at 360 are not the same colors shown at 0.
Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#14Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#15It's neat! Slightly offtopic - I saw one of the colors named "peru", does the name has any connection with Peru the country?
Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#16Some of these seem a little off, for example CADETBLUE and CYAN being next to each other. could just be my eyes or my monitor though
Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#17Turns out there are 16 HTML colors (upped to a whoppin' 17 colors in HTML4/CSS2.1) and around 124 named colors which originally came in due to X11. Since then, several colors have been added through various standards updates for a total of around 147 colors.
Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#18Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#19For speed's sake could a hover or tap bring out the hex code? I understand that was not the function of your site. It would be cool to just be able to quickly see/use the hex if one is searching for color combos.