Is there a way to list out the internal browser colors, so: aliceblue, antiquewhite, aqua, aquamarine, azure, beige, bisque, etc.. I'd like to be able to pop open the dev tools on a browser and loop through them all. Anyone?
-
-
Thank you Mathias, I was wondering if it was accessible programatically so I could forEach through them?
-
Scott, found this: https://github.com/ChromeDevTools/devtools-frontend/blob/master/front_end/common/Color.js#L757 … line 760: export const Nicknames = { 'aliceblue': [240, 248, 255], 'antiquewhite': [250, 235, 215], 'aqua': [0, 255, 255], 'aquamarine': [127, 255, 212], ..
- 2 more replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, i18n, macOS.