Skip to content

Colors

All colors are importable as module-level constants and collected in the CHARITE_COLORS dict.

from charite_plot.colors import PRIME_BLUE, TEXT_GREY
from charite_plot import CHARITE_COLORS   # full dict

print(PRIME_BLUE)         # "#004d9b"
print(CHARITE_COLORS["korall"])  # "#ea5451"

Primary

PRIME_BLUE #004d9b
PRIME_DGREY #7e898f
PRIME_LGREY #cbcfd2
TEXT_GREY #5e676c
BLACK #000000
WHITE #ffffff

Secondary

SECOND_DBLUE #002552
SECOND_LBLUE #007bc3
KORALL #ea5451

Accents

LILA #564091
LAVENDEL #7876b6
BROMBEERE #6f186d
PFLAUME #944292
WEINROT #89014c
HIMBEER #d74b7f
ROT #e31f2c
MANGO #fab600
RAPSGELB #ffdf43
LIMETTE #d1d811
GRASGRUEN #a1ba0c
GRUEN #008939
MINT #88c69a
MINERAL #009aa9
AQUA #61c3d7
BRAUN #89725b
MOCCA #c8b8ad

Special

EMPLOYER_BRANDING_GREEN #ccefcb