From Arms of God Wiki
Usage
{{Color|#ff0000|red text}}
First positional arg is any CSS color (hex / rgb / named / variable); second is the text.
Examples:
| Code | Result |
|---|---|
{{Color|#ff0000|red}} |
red |
{{Color|var(--theme-primary, #26272e)|themed}} |
themed |
Colorize inline text.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Color (any CSS color value) | 1 | no description
| Unknown | required |
| Text | 2 | no description | Unknown | required |