<!DOCTYPE html>
<html>
<body>
<h1>Show a Color Picker</h1>
<form action="/action_page.php">
<label for="favcolor">Select your favorite color:</label>
<input type="color" id="favcolor" name="favcolor" value="#ff0000"><br><br>
<input type="submit">
</form>
</body>
</html>