Run ยป
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <form> <label for="mycolor">Select Color:</label> <input type="color" value="#00ffff"> </form> </body> </html>