Hi Asad,
I would say you can't use it inside an UpdatePanel because the javascript will not be wired up after the updatepanel does an ajax postback.
You can probably use the color picker from the ajaxcontroltoolkit inside an updatepanel
http://www.asp.net/ajax/ajaxcontroltoolkit/samples/colorpicker/colorpicker.aspx
Hope it helps,
Joe