Colors

The standard colors, which also adapt to dark mode.
public static class Colors

Properties

Background

The main page background.

Type: Color

public static Color Background { get; }

Black

The color black.

Type: Color

public static Color Black { get; }

Blue

A system-defined blue color.

Type: Color

public static Color Blue { get; }

Brown

A system-defined brown color.

Type: Color

public static Color Brown { get; }

Cyan

A system-defined cyan color.

Type: Color

public static Color Cyan { get; }

Gray

A system-defined gray color.

Type: Color

public static Color Gray { get; }

Gray2

A system-defined level 2 gray color.

Type: Color

public static Color Gray2 { get; }

Gray3

A system-defined level 3 gray color.

Type: Color

public static Color Gray3 { get; }

Gray4

A system-defined level 4 gray color.

Type: Color

public static Color Gray4 { get; }

Gray5

A system-defined level 5 gray color.

Type: Color

public static Color Gray5 { get; }

Gray6

A system-defined level 6 gray color.

Type: Color

public static Color Gray6 { get; }

Green

A system-defined green color.

Type: Color

public static Color Green { get; }

GroupedBackground

The page background behind grouped lists (Settings).

Type: Color

public static Color GroupedBackground { get; }

Indigo

A system-defined indigo color.

Type: Color

public static Color Indigo { get; }

Label

Primary text.

Type: Color

public static Color Label { get; }

Tappable link text.

Type: Color

public static Color Link { get; }

Mint

A system-defined mint color.

Type: Color

public static Color Mint { get; }

Orange

A system-defined orange color.

Type: Color

public static Color Orange { get; }

Pink

A system-defined pink color.

Type: Color

public static Color Pink { get; }

PlaceholderText

Placeholder text in empty fields.

Type: Color

public static Color PlaceholderText { get; }

Purple

A system-defined purple color.

Type: Color

public static Color Purple { get; }

Red

A system-defined red color.

Type: Color

public static Color Red { get; }

SecondaryBackground

Content layered on the main background (a card).

Type: Color

public static Color SecondaryBackground { get; }

SecondaryGroupedBackground

A cell on a grouped background.

Type: Color

public static Color SecondaryGroupedBackground { get; }

SecondaryLabel

Secondary text: subtitles, footnotes.

Type: Color

public static Color SecondaryLabel { get; }

Separator

Thin dividing lines.

Type: Color

public static Color Separator { get; }

Teal

A system-defined teal color.

Type: Color

public static Color Teal { get; }

TertiaryBackground

Content layered on a secondary background.

Type: Color

public static Color TertiaryBackground { get; }

TertiaryGroupedBackground

Content layered on a grouped cell.

Type: Color

public static Color TertiaryGroupedBackground { get; }

TertiaryLabel

Tertiary text: disabled or placeholder-adjacent.

Type: Color

public static Color TertiaryLabel { get; }

Transparent

Fully transparent.

Type: Color

public static Color Transparent { get; }

White

The color white.

Type: Color

public static Color White { get; }

Yellow

A system-defined yellow color.

Type: Color

public static Color Yellow { get; }