Collection of color picker widgets and color database model fields for Django.
These color pickers are all open-source and freely available online. All credit goes to the original authors. I have simply adapted each one to be used as a Django form widget.
- Bootstrap Color Picker by Stephan Petre
- Colorwheel by John Weir
- Farbtastic by Steven Wittens
- Flexi Color Picker by David Durman
- HTML5 Color Input - input[type='color']
- jPicker by Digital Magic Pro
- JSColor by Jan Odvárko
- MenuCool Color Picker
- MooRainbow by Djamil Legato
- Photoshop-style Color Picker by Stephan Petre
- Really Simple Color Picker by Lakshan Perera
- SimpleColor by Dave Perrett
- Spectrum by Brian Grinstead
Django model fields for storing color values in different formats including hex, RGB, RGBA, HSL, and HSV.
TODO