Color Picker

Step 4: Make the mix colors button change the box color based on the three sliders. You will have the sliders change the box color in the next step.
Hint: Add code to your function. It should start with something like:
box.style.backgroundColor =
What comes after the equal sign should look similar to what comes after background-color in CSS.
Last step Next step