Live data from Hacker News

My favourite colour is Chuck Norris red

htmhell.dev

1–10 of 112 posts

Re: My favourite colour is Chuck Norris red

#5
It’s amusing that some of the other (English) word colors match what one would consider suitable or kinda close to those words.

    crap #c0a000

    watermelon #a00e00

    plant #00a000

    sonic #0000c0

    jade #0ade00

    bloodily #b00d00

    grass #00a000

    midnight #0d00000
Has anyone created a more comprehensive list of such (unexpected) color words for English and other languages?

Re: My favourite colour is Chuck Norris red

#9
The included codepen is unreadable on mobile until you remove -webkit-text-stroke from them CSS.

At the initial value of 0.5rem it gives a quite cool effect, as if the text has been badly redacted with a white highlighter. I initially thought that was intentional.

Re: My favourite colour is Chuck Norris red

#10
post #7

This doesn't work with CSS, right? Only the color attribute of HTML.

Yeah it addresses that towards the end of the article. CSS has different rules for parsing badly formatted colors. Unsurprising given that CSS colors can be in several different formats (hex, RGB, RGBA, HCL etc.).
Post reply on HN