Nav open / close arrow

Using Colors

These are the standard Fabric colors that are used across all components and visual elements. Lower opacities of these colors may be used to represent hover states, selection states, etc. Avoid using lower opacities of gray colors.

When referencing colors in code, always use the color name, e.g. "al-tint". Never manually reference the hex color in code, as this makes it difficult to re-style components in the future.

Fabric 1 Colors

al-tint (#F57C00)
Alation Orange
Used for branding and active states.
al-action-link (#009688)
Action Link Teal
Used for buttons, as well as links that do not leave the current page.
al-link (#0288D1)
Link Blue
Used for links that leave the current page.
al-info (#3F51B5)
Info Blue
Used to indicate informational content.
al-win (#4CAF50)
Win Green
Used to indicate positive, or successful content.
al-warning (#FFC107)
Warning Yellow
Used to indicate warnings.
al-error (#D0021B)
Error Red
Used to indicate errors and significant alerts.
al-body (#4E4E4E)
Body Text
Used for body text.
al-sub (#8C8C8C)
Sub Gray
Used for subtext & secondary icons.
al-high (#C8C8C8)
High Gray
Used for empty state UI design elements. Never used for text.
al-medium (#DCDCDC)
Medium Gray
Used for empty state UI design elements. Never used for text.
al-low (#EDEDED)
Low Gray
Used for empty state UI design elements. Never used for text.

Fabric 2 Colors

Fabric 2 colors should be used in all new projects. Some are not referenced in code as of yet, however, you are encouraged to work with your engineering partners to use the new colors.

al-tint (#F57C00)
Alation Tint
Used for branding and active states.
al-body (#383838)
Body Text
Used for body text.
al-link (#1764CC)
Link Blue
Used for links that leave the current page.
al-dark-grey (#606060)
Dark Grey
Accessory Color
al-darker-mid-grey (#8C8C8C)
Darker Mid Grey
Accessory Color
al-mid-grey (#E2E2E2)
Mid Grey
Accessory Color
al-light-grey (#EFEFEF)
Light Grey
Accessory Color
al-error (#ED6268)
Error
Used for decoration around errors. Not used for text.
al-warning (#F8CE6A)
Warning
Used for decoration around warnings. Not used for text.
al-success (#88CF8F)
Success
Used for dectoration around success states. Not used for text.
al-blue (#3F51B5)
Blue
Used for informational text.
al-dark-green (#4CAF50)
Dark Green
Used for success text.
al-cherry (#D32F2F)
Cherry
Used for warning text.
al-dark-melon (#F57C00)
Dark Melon
Used for warning text.
al-error-bg (#ED6268 @ 10%)
Error Background
Used for backgrounds of errors.
al-success-bg (#88CF8F @ 10%)
Success Background
Used for backgrounds of successes.
al-warning-bg (#F8CE6A @ 10%)
Warning Background
Used for backgrounds of warnings.
al-blue-bg (#3F51B5 @ 10%)
Blue Background
Used for backgrounds of informational messages.

Last Updated

Sep 5, 2019