For 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.
Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
21–30 of 167 posts
Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#22For 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.
Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#23I had no idea there were this many named colors in CSS. Turns 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
#24But, serious question: does anyone actually use CSS colors except for a handful of the basics ("red", "blue") for prototyping/debugging?
I mean, the idea of typing "background-color: lightsalmon;" just feels so bizarre to me.
Whenever I've needed to come up with colors from scratch, I'll just start with an intuitive best guess -- e.g. "hsl(30, 80%, 50%)" -- and then iterate a couple times till I get what I'm looking for.
It seems like even more effort to try to select colors from the CSS palette when it might turn out that there isn't even a satisfactory one. The CSS colors are still extremely limited. E.g. the distance between neighbors like "dark cyan" and "darkslategray" is huge.
Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#25It's neat! Slightly offtopic - I saw one of the colors named "peru", does the name has any connection with Peru the country?
1: https://drafts.csswg.org/css-color-3/#peru
2: https://en.wikipedia.org/wiki/Eric_A._Meyer#Personal_life
3: https://lists.w3.org/Archives/Public/www-style/2014Jun/0312....
Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#26This is definitely a cool way of exploring CSS colors. But, serious question: does anyone actually use CSS colors except for a handful of the basics ("red", "blue") for prototyping/debugging? I mean, the idea of typing "background-color: lightsalmon;" just feels so bizarre to me. Whenever I've needed to come up with colors from scratch, I'll just start with an intuitive best guess -- e.g. "hsl(30, 80%, 50%)" -- and t…
Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#27Are you using CIE* colorspace to match?
Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#28Interestingly the difference between some of these colours is (to my eyes / monitor) ... very little?
E.g. chartreuse and lawngreen, palegreen and lightgreen, mediumturquoise and darkturquoise, etc.
Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#29Good 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
#30Good reminder that in CSS, darkgray is a light gray and gray is a dark gray. Also presumably up is down and wet is dry.