I'm trying to figure out how I would get the drop down menu to change the color of the "Red Gradient Bar" upon color selection, but I'm a bit lost.
<div>
<select>
<option value="choose">Choose Color</option>
<option value="red">Red</option>
<option value="green">Green</option>
<option value="blue">Blue</option>
</select>
</div>
Thanks for any help! Here is the jfiddle link https://jsfiddle.net/p9thm6af/