Skip to content
Johnny Huynh edited this page Sep 9, 2018 · 2 revisions

Type

Block

Syntax

:color [#222|#DADADA|red|255,255,255|255,255,255,10]
Sample text
:color

Examples

Worded colors

:color red
Hello I should be in red text :D
:color

3 Character hex

:color #AAA
Hello!
:color

6 Character hex

:color #DADADA
Hello!
:color

RGB

:color 255,255,255
Hello!
:color

RGBA

:color 255,255,255,50
Hello!
:color
Clone this wiki locally