Colors
Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.
Theme colors
Primary theme colors are used for elements that must reflect Purpose’s brand. Each color has a darker and a lighter shade. These can be customized to represent your brand identity using Sass and our build tools.
Gradient
We love gradients. That is why we created these variations that are built dynamically based on the theme’s colors described above. By changing a theme color the gradient will adapt.
Translucent
If you want add a little transparency to your backgrounds you can use the .bg-translucent-*
modifier class. The opacity level can be modified from the variables file.
Text colors
.text-primary
.text-secondary
.text-success
.text-danger
.text-warning
.text-info
.text-light
.text-dark
.text-body
.text-muted
.text-white
.text-black-50
.text-white-50
Gray colors
Grey colors are used for text, backgrounds, lines and borders. The grays from 100 to 300 are used for backgrounds, while the ones from 400 to 600 are used for icons.
Brand colors
Reversible grays
The grey colors are reversible. Each light grey color has a complementary dark grey color. This helps keeping the colors well balanced and also makes it easier to implement light/dark themes. Good example of this is the Marvel editor, which is implemented in the dark theme.
Light theme
This subtle paragraph text color works equally well on a light or dark background.
Dark theme
This subtle paragraph text color works equally well on a light or dark background.