Is it possible to get the hex or rgb values of the color names for these colors?
http://artific.com/library/css-2-system-colors.html
Say for example that I set a div to use "windowFrame" as the background color. Could I use:
https://developer.mozilla.org/en/DOM/window.getComputedStyle somehow?