What real words are actually valid CSS HEX colors?
It bothers me in a fundamental way that #c0ffee isn’t brown.
If you reorder the color components to be blue, red, green, the result is a creamy brown.
It’s Strooping your brain….
You could always do something like
$ egrep ‘^[0-9a-foi]{6}$’ /usr/share/dict/words | sed ‘s/o/0/g;s/i/1/g’
(with ‘o’ and ‘i’ being substitutions, add any others you want)
when I worked for a small startup, we went through a phase of adding a c0ffee-coloured element to all our web pages as a sort of easter egg. (“sort of” because it was more for our own amusement than for any expectation of discovery)
A colleague has just suggested #b00b00 looks like a good colour to highlight issues in code reviews.
Really cool, I like the colour of #c0ffee too.
https://stackoverflow.com/questions/8318911/why-does-html-think-chucknorris-is-a-color
It bothers me in a fundamental way that #c0ffee isn’t brown.
If you reorder the color components to be blue, red, green, the result is a creamy brown.
It’s Strooping your brain….
You could always do something like
$ egrep ‘^[0-9a-foi]{6}$’ /usr/share/dict/words | sed ‘s/o/0/g;s/i/1/g’
(with ‘o’ and ‘i’ being substitutions, add any others you want)
when I worked for a small startup, we went through a phase of adding a c0ffee-coloured element to all our web pages as a sort of easter egg. (“sort of” because it was more for our own amusement than for any expectation of discovery)
A colleague has just suggested #b00b00 looks like a good colour to highlight issues in code reviews.
Really cool, I like the colour of #c0ffee too.
https://stackoverflow.com/questions/8318911/why-does-html-think-chucknorris-is-a-color