Pick Rainbow Color, which renders a color picker input and compares input color with all the colors from data to find most similar color
used the npm package "chroma" to compare colors
Pick Random Color to link to random Color Page
Pick Random Palette to link to a random Palette Page
i was not sure about the best way to implement button 2. and 3. now it works as a link, but i left the previous method (render random color or palette directly on the page) in the code, commented out, so please let me know which method is better.
in the vercel-preview you will find the new page when adding"/inspiration" as a slug to the url in the browser
in the vercel-preview you will find the new page when adding"/inspiration" as a slug to the url in the browser
User Story