Color

public extension Color
  • Primary branding color

    Declaration

    Swift

    static var primaryBrandViolet: Color { get }
  • Shaded primary branding color

    Declaration

    Swift

    static var primaryVioletShade: Color { get }
  • Secondary branding color

    Declaration

    Swift

    static var secondaryTealDeep: Color { get }
  • Tertiary branding color

    Declaration

    Swift

    static var tertiaryCranberry: Color { get }

Internal Core Colors

  • Secondary branding color (Lighter)

    Declaration

    Swift

    static var secondaryTealDeepLight: Color { get }
  • Secondary branding color (Darker)

    Declaration

    Swift

    static var secondaryTealDeepDark: Color { get }

Status Colors

  • A bluish color used for calling attention to the user for data

    Declaration

    Swift

    static var statusInfo: Color { get }
  • A greenish color used to denote a successful/correct state

    Declaration

    Swift

    static var statusSuccess: Color { get }
  • A yellowish color used for warning states and non-urgent needs

    Declaration

    Swift

    static var statusWarning: Color { get }
  • A reddish color used for error states and urgent needs

    Declaration

    Swift

    static var statusError: Color { get }

Grayscale Colors

  • Black

    Declaration

    Swift

    static var grayscaleBlack: Color { get }
  • A medium-dark gray color

    Declaration

    Swift

    static var grayscaleGrayShade: Color { get }
  • A medium-dark gray color

    Declaration

    Swift

    static var grayscaleGray: Color { get }
  • A medium gray color

    Declaration

    Swift

    static var grayscaleGrayTint: Color { get }
  • A light gray color

    Declaration

    Swift

    static var grayscaleAvatarGray: Color { get }
  • A gray color used for view backgrounds

    Declaration

    Swift

    static var grayscaleBackground: Color { get }
  • White

    Declaration

    Swift

    static var grayscaleWhite: Color { get }
  • A medium gray color

    Declaration

    Swift

    static var grayscale11Gray: Color { get }

Internal Grayscale Colors

  • Grayscale 90

    Declaration

    Swift

    static var grayscale90: Color { get }
  • Grayscale 80

    Declaration

    Swift

    static var grayscale80: Color { get }
  • Grayscale 70

    Declaration

    Swift

    static var grayscale70: Color { get }
  • Grayscale 60

    Declaration

    Swift

    static var grayscale60: Color { get }
  • Grayscale 50

    Declaration

    Swift

    static var grayscale50: Color { get }
  • Grayscale 40

    Declaration

    Swift

    static var grayscale40: Color { get }
  • Grayscale 30

    Declaration

    Swift

    static var grayscale30: Color { get }
  • Grayscale 20

    Declaration

    Swift

    static var grayscale20: Color { get }
  • Grayscale 10

    Declaration

    Swift

    static var grayscale10: Color { get }
  • Grayscale 5

    Declaration

    Swift

    static var grayscale5: Color { get }

Typography Colors

  • The color of deemphasized typography

    Declaration

    Swift

    static var deemphasized: Color { get }
  • The color of linked typography

    Declaration

    Swift

    static var linked: Color { get }
  • The color of disabled typography

    Declaration

    Swift

    static var disabled: Color { get }