Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
161–167 of 167 posts
Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#162For 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.
The site is literally about CSS color names for 256-bit colors, it’s not a palette site with beautiful colors. This is a ridiculous feature request, but I can’t say I’m not used to this.
Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#163I think /r/InternetIsBeautiful/ may like this.
Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#164This 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
#165Earlier quoted context omitted.
This might be a dumb question but how would named colors be more consistent across monitors? I thought they mapped to the same RGB value so there would be no difference between 'red' and #FF0000.
I remembered it wrongly. It wasn't about named colors, but "web-safe colors" that can be displayed by 256 color displays directly, without having to fallback to the closest color or by using dithering. Some of them happened to have a name attached to it. Don't know if the original 16 named colors are also all safe colors. https://en.wikipedia.org/wiki/Web_colors#Web-safe_colors
That said where is my UV value?
Re: Show HN: Sorted CSS Colors – Sort the named CSS colors in a nice way
#166Earlier quoted context omitted.
I prefer to use named colors in my own CSS layouts. "lightsalmon" is more descriptive to me than "#FFA07A" or "rgb(255, 160, 122)" or "hsl(17, 100%, 73.9%)" at a glance.
I have had my favorite hex memorized since about 2012: #07D0EB