My favourite colour is Chuck Norris red
htmhell.dev
My favourite colour is Chuck Norris red
1–10 of 112 posts
Re: My favourite colour is Chuck Norris red
#2[flagged]
Re: My favourite colour is Chuck Norris red
#3[flagged]
[dead]
Re: My favourite colour is Chuck Norris red
#4[flagged]
[flagged]
Re: My favourite colour is Chuck Norris red
#5It’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
#6[flagged]
[dead]
Re: My favourite colour is Chuck Norris red
#7This doesn't work with CSS, right? Only the color attribute of HTML.
Re: My favourite colour is Chuck Norris red
#8My favourite outcome is that 'chocolate' is reduced to '#c0c0a0'
Re: My favourite colour is Chuck Norris red
#9The 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
#10This 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.).