jQuery color picker using Farbtastic and jQuery UI

Talking about Javascript.

I want to share with you a little snippet of code I am using for a project. I was looking for a cute jQuery color picker and I found Farbtastic to be the best for my needs. Anyway, I also liked how jQuery UI used the Slider to make a simple color picker so I decided to merge both techniques to create a single color picker with more features.

Use the color wheel or the sliders and see how everything is linked.

I tried to keep the code in a single page, using Google as CDN when necessary. Here is the source:




     
     
     
     
	
     
     
     


	
#000000

You can also download the complete package along with Farbtastic color picker.

How would you improve it?