SemanticColorPalette
public protocol SemanticColorPaletteSemantic color palette, used for messaging. Used to deliver information about success, error, warning.
Generally red for errors, green for success, yellow or organge for warning, blue or gray for informational messages.
- 
                  
                  Error colors. DeclarationSwift static var error: ColorPalette.Type { get }
- 
                  
                  Warning colors. DeclarationSwift static var warning: ColorPalette.Type { get }
- 
                  
                  Success colors. DeclarationSwift static var success: ColorPalette.Type { get }
- 
                  
                  Info/Nuetral colors. DeclarationSwift static var info: ColorPalette.Type { get }
 View on GitHub
View on GitHub Install in Dash
Install in Dash SemanticColorPalette Protocol Reference
        SemanticColorPalette Protocol Reference