This project displays the first 100 numbers - as square boxes; from the top left to bottom right, like you would read lines in a book.
TRULY RANDOM COLORS
randomColor({hue: 'random', luminosity: 'random', count: 27});
DARK COLORS
randomColor({luminosity: 'dark', count: 27});
LIGHT COLORS
randomColor({luminosity: 'light',count: 27});
BRIGHT COLORS
randomColor({luminosity: 'bright',count: 27});
Green hue
randomColor({hue: 'green', count: 27});