Colors

When working with colors we highly recommend to use the provided color abstractions (variables). They are the foundation for efficient color management and ensure compatibility across our themes.

Remember to base your color decision on the abstraction and purpose and not entirely on the color value itself. These values can change based on the theme (Example: Do not use “ui-primary-color” to indicate “success”, because the value for this variable is a completely different in other themes; use “success-color” instead).