Skip to content

A responsive prime factorisation chart with random bright colours

Notifications You must be signed in to change notification settings

Fania/prime-fact-chart

Repository files navigation

Prime-Fact-Chart

imgs

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.

Random Colours - How to

TRULY RAN­DOM COL­ORS
randomColor({hue: 'random', luminosity: 'random', count: 27});

DARK COL­ORS
randomColor({luminosity: 'dark', count: 27});

LIGHT COL­ORS
randomColor({luminosity: 'light',count: 27});

BRIGHT COL­ORS
randomColor({luminosity: 'bright',count: 27});

Green hue
randomColor({hue: 'green', count: 27});