UIColorPalette - Amazon QuickSight

UIColorPalette

The theme colors that apply to UI and to charts, excluding data colors. The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with #, for example #37BFF5. For more information, see Using Themes in Amazon QuickSight in the Amazon QuickSight User Guide.

Contents

Note

In the following list, the required parameters are described first.

Accent

This color is that applies to selected states and buttons.

Type: String

Pattern: ^#[A-F0-9]{6}$

Required: No

AccentForeground

The foreground color that applies to any text or other elements that appear over the accent color.

Type: String

Pattern: ^#[A-F0-9]{6}$

Required: No

Danger

The color that applies to error messages.

Type: String

Pattern: ^#[A-F0-9]{6}$

Required: No

DangerForeground

The foreground color that applies to any text or other elements that appear over the error color.

Type: String

Pattern: ^#[A-F0-9]{6}$

Required: No

Dimension

The color that applies to the names of fields that are identified as dimensions.

Type: String

Pattern: ^#[A-F0-9]{6}$

Required: No

DimensionForeground

The foreground color that applies to any text or other elements that appear over the dimension color.

Type: String

Pattern: ^#[A-F0-9]{6}$

Required: No

Measure

The color that applies to the names of fields that are identified as measures.

Type: String

Pattern: ^#[A-F0-9]{6}$

Required: No

MeasureForeground

The foreground color that applies to any text or other elements that appear over the measure color.

Type: String

Pattern: ^#[A-F0-9]{6}$

Required: No

PrimaryBackground

The background color that applies to visuals and other high emphasis UI.

Type: String

Pattern: ^#[A-F0-9]{6}$

Required: No

PrimaryForeground

The color of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.

Type: String

Pattern: ^#[A-F0-9]{6}$

Required: No

SecondaryBackground

The background color that applies to the sheet background and sheet controls.

Type: String

Pattern: ^#[A-F0-9]{6}$

Required: No

SecondaryForeground

The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.

Type: String

Pattern: ^#[A-F0-9]{6}$

Required: No

Success

The color that applies to success messages, for example the check mark for a successful download.

Type: String

Pattern: ^#[A-F0-9]{6}$

Required: No

SuccessForeground

The foreground color that applies to any text or other elements that appear over the success color.

Type: String

Pattern: ^#[A-F0-9]{6}$

Required: No

Warning

This color that applies to warning and informational messages.

Type: String

Pattern: ^#[A-F0-9]{6}$

Required: No

WarningForeground

The foreground color that applies to any text or other elements that appear over the warning color.

Type: String

Pattern: ^#[A-F0-9]{6}$

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: