Interface Palette

The colour palette that specifies a colour.

interface Palette {
    primary: PaletteDefinitions;
    secondary: PaletteDefinitions;
}

Properties

The primary colours, used for the tag and the scope.

The secondary colours, used for the texts.

""