Colorand

Colorand

Return
#FFFFFF
Copied to clipboard!
Click to Start

Description

After naming variables, picking colors — when you don't have a designer to do it for you — is the single hardest thing about web development.

So why not make a mini app that does it for you?

Hit space (or hold it if you want to test if you have epilepsy), get given a new colour. The only interesting thing on it is a bit of code that detects the luminosity of the colour (which is set to the background) to choose either black or white text colours so it's more easily readable.

Code on GitHub.

Return