Every ComboStrap UI component can be colorized with one of the following color attributes
This page describes which color value, they can take.
<card color="black" background-color="teal" border-color="blue" align="center" width="200px">
A teal [[docs:block:card|card]] with a black text and a blue border
</card>
A teal card with a black text and a blue border
ComboStrap supports the following color value:
Generating or choosing attractive color is not easy. The color generator page may help you in this task.
ComboStrap follows the Bootstrap color naming and you may then use the following color names.
You can set the branding colors primary and secondary in the configuration.
The default Bootstrap colors are:
You can also use a CSS Color name.
rbg (or red blue green) is the standard web value that is composed of an hexadecimal value.
Example with the text component
<text color="#6c757d" width="fit" align="center">
Text color with a hexadecimal value of ''#6c757d''
</text>
Text color with a hexadecimal value of #6c757d
The reset color applied on a link will take the color of the text and we underline it to make it visible.
<text color="#6c757d">
Colored text with a [[?color=reset&underline|reset link]]
</text>
Colored text with a reset link