LAB!!!
FROM A NEW JAVASCRIPT FILE:
-
Make a grid of empty divs (optionally using flexbox) (if you aren't using flexbox, you don't have to make a grid, a column of divs will do)
-
Make a clickable palette of elements, each of which shows a color
-
When each of these elements is clicked, it should set a variable called "currentColor" to the color of the clicked element