I used below code of color picker,
<input type="color" value="#000000" onChange="changeTextColor()">
This is showing as a textbox with color hex value in Safari browsers in iPhone. No color palette is showing on clicking it. Is there any alternative that should work in all mobile browsers?