-3

I implemented Spectrum Color Picker. There are a couple slight changes I want to make.

  • I want to have rgb colors in 3 different input fields.
  • I want to have hex color in another input field.
  • I want to have name color (ex. red, brown etc.) in another input field.

I want to edit the source file.

JavaScirpt Source

CSS Source

Horay
  • 1,388
  • 2
  • 19
  • 36

1 Answers1

0

You should be able to customize the library.

Check out the options. Something similar can be found in the below links.

input[type=color]

Color

rahul
  • 184,426
  • 49
  • 232
  • 263