first moved the function that adds a slug-attribute to each color-object in the source-array to the source file
added links to each color on list
created the dynamic route to render a page for each color "ColorPage"
that page contains:
-StyledColorBox at the top with name and background of current color and also fields to copy the differetn codes for that color
-the SpecificPaletteListComponent which dynamically renders a list of colored boxes for each combination that includes the current color
User Story