Add soft white color

This commit is contained in:
Mike Cifelli 2024-02-25 10:38:31 -05:00
parent 1747b270cb
commit 84e3b492cc
Signed by: mike
GPG Key ID: 6B08C6BE47D08E4C
1 changed files with 2 additions and 1 deletions

View File

@ -8,3 +8,4 @@ GREEN = [0, 255, 0 ]
BLUE = [0, 64, 128]
DARK_ORANGE = [255, 48, 0 ]
SOFT_WHITE = [240, 220, 210]