Three input elements on top of each otherFour input elements with type set to colorThree input elements next to each otherThree input elements with type set to range<html> <body> <h4>Color Palette Selector:</h4> <input type="color"> <input type="color"> <input type="color"> </body> </html>]]>