Added some of the new html 5 input type elements (color and range).
Note that the input of type=color only works in Opera, while the input of type=range works in Opera and Chrome.
So far, Firefox does not support any of them.
If you are running opera, look at the paint.html file, you may uncomment the input type=color and try it.