import colors from './colors.styl' import { Div, Span } from '@startupjs/ui' # Colors These are the color used in the Echo Design System. ## Neutrals Content colors are semantically named for their hierarchical purpose and corresponding environment. ### White Primary color for the branding. Mostly used for action buttons and hyperlinks.
$UI.colors.white #ffffff
### Black Color for the branding. Mostly used for action buttons.
$UI.colors.dark $UI.colors.mainText $UI.colors.secondary #3E4657
## Brand Colors Brand colors represent the project identity and are used for Call-to-action buttons and hyperlinks. ### Primary Primary color for the branding. Mostly used for action buttons and hyperlinks.
$UI.colors.primary #2962FF
### Secondary Color for the branding. Mostly used for action buttons.
$UI.colors.secondary #3E4657
## Utility Utility colors are used to emphasize and communicate feedback or meaning. Use each utility color only for its intended purpose, or they will lose the meaning. ### Success
$UI.colors.success #24B47E
### Warning
$UI.colors.warning #F5BE59
### Error
$UI.colors.error #E25950