Google Interview Question

Create a square div and a list containing list items that represent color swatches. In JS, create the functionality for making the color swatch list items clickable, and upon clicking them mix the current background color of the square div with a percentage of the the clicked swatch's assigned color.