background-color

Since UXP v2.0

Specifies the background color for an element. Supported color formats are as follows:

See

Example

.someElement {
    backgorund-color: blue;
}

Quirks and Exceptions