Using the new input=\"color\" element within Chrome triggers a new popup dialog:
To get the value of color input, you should use the event attribute onchangeprovided in w3school
onchange
and define a function that handle the event
function getColorVal(colorValue){ alert(colorValue); }