color
Since UXP v2.0
Specifies the text color for an element. Supported color formats are as follows:
- Named Colors (See https://github.com/colorjs/color-name/blob/master/index.js)
- Hex colors
- RGB and RGBA colors
- HSL and HSLA colors
See
- https://developer.mozilla.org/en/docs/Web/CSS/color
- https://github.com/colorjs/color-name/blob/master/index.js
Example
Copied to your clipboard.someElement {color: blue;}
Quirks and Exceptions
- Not all Spectrum UXP components allow color overrides.