MainColorPalette
public protocol MainColorPalette
A color palette which contains primary, secondary and supplimentory colors with their darker and lighter color sets. Also contains default semantic and grayscale palette.
-
primary color palette.
Declaration
Swift
static var primary: ColorPalette.Type { get }
-
secondary color palette.
Declaration
Swift
static var secondary: ColorPalette.Type { get }
-
supplimentory color palette.
Declaration
Swift
static var supplimentory: ColorPalette.Type { get }
-
semantic color palette.
Declaration
Swift
static var semantic: SemanticColorPalette.Type { get }
-
grayscale color paletter.
Declaration
Swift
static var grayscale: LargerColorPalette.Type { get }