You can use the {color} macro to change the colour of a block of text. Specify the colours by name or by hex value. See more information about web colours.
Usage:
{color:mycolour} ... text ... {color}
| Parameter |
Required |
Default |
Description |
| mycolour |
yes |
none |
Colour of text. You can use names for common colours or use the hex code for a more specific colour. |
Examples:
| What you need to type |
What you will get |
| {color:red}red{color} |
red |
| {color:orange}orange{color} |
orange |
| {color:yellow}yellow{color} |
yellow |
| {color:green}green{color} |
green |
| {color:blue}blue{color} |
blue |
| {color:purple}purple{color} |
purple |
| {color:purple}violet{color} |
violet |
| {color:003366}#003366{color} |
#003366 |
 |
Results may differ depending on your browser. |
Add Comment