Round Color Picker with simple colors

I've searched for many color pickers and only found squared color pickers and others which has many color variations. I'm searching for an specific kind of palette colors as this:

enter image description here

Does someone know a plug-in in Angular JS to use this kind of palette? Thanks in advance.

Upvotes: 2

Views: 2767

Answers (1)

Y C
Y C

Reputation: 103

A year too late, but I think you meant Angular Color Picker, the GitHub repository is here. If you set the 'Round' option to Yes, you will get the circular color picker.

However I must say that there are better ones out there. Take a look at this overview of 10+ Angular Color Pickers. Some of the Color Pickers mentioned there are:

Upvotes: 0

Related Questions