Add soft white color
This commit is contained in:
parent
1747b270cb
commit
84e3b492cc
|
@ -7,4 +7,5 @@ PINK = [255, 0, 64 ]
|
|||
GREEN = [0, 255, 0 ]
|
||||
BLUE = [0, 64, 128]
|
||||
|
||||
DARK_ORANGE = [255, 48, 0]
|
||||
DARK_ORANGE = [255, 48, 0 ]
|
||||
SOFT_WHITE = [240, 220, 210]
|
||||
|
|
Loading…
Reference in New Issue