Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.64 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.64 KB

django-color-utils

Collection of color picker widgets and color database model fields for Django.

Color Picker Form Widgets

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.

Fields

Django model fields for storing color values in different formats including hex, RGB, RGBA, HSL, and HSV.

TODO