Comments on: The Color Input & The Color Picker https://frontendmasters.com/blog/the-color-input-the-color-picker/ Helping Your Journey to Senior Developer Sat, 16 Mar 2024 18:11:48 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: SoftMoon-WebWare https://frontendmasters.com/blog/the-color-input-the-color-picker/#comment-1668 Sat, 16 Mar 2024 18:11:48 +0000 https://frontendmasters.com/blog/?p=503#comment-1668 QUOTE:

It’s not my favorite that you can only get 6-digit HEX colors in and out of it, like #F06D06 and the like. No transparency, no other formats.

You need the MasterColorPicker. All popular color-space outputs, color-blind assistant from the START, not as an afterthought, alpha channel in the EyeDropper tool!, build and save your own named-color palettes, no less than 15 different palettes to choose from, etc. etc. etc.

Open source and totally free (no ads or cookies, no tracking, no b.s.)

Runs sandboxed in your browser of choice on the platform of your choice (Firefox on Ubuntu has problems with the X-Windows system, but that is the OS, not the JavaScript!). Or just use the online version linked from the repo below.

https://github.com/softmoonwebware/mastercolorpicker

]]>
By: Mads Stoumann https://frontendmasters.com/blog/the-color-input-the-color-picker/#comment-696 Wed, 07 Feb 2024 18:52:01 +0000 https://frontendmasters.com/blog/?p=503#comment-696 I find datalist for color-inputs useful. I think it also works in all browsers now.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist

]]>