Step 3: Make the mix colors button update the color
paragraph based on the three sliders. You will change the box color in the
next step.
Hint: Your event listener function should have something
like:
colorParagraph.innerHTML = `rgb(someNumber, someNumber, someNumber)`
The three numbers should be the three slider values.