colors.json has been imported into the index.js file. Loop through the "colors" array and return a button for each color.
- [] Return a button for each color
- [] Set the button's background color to color.value
- [] Set the button's text to color.name
You can use css stylesheets or inline styles