randomstringtocsscolor
randomstringtocsscolor copied to clipboard
Fixed zero-trim bug
The check I edited was true too often. This results in a string like "fxxxxca" being translated to "000c00" instead of the correct "f000a0".