unhcr_grey provides the preferred color of unhcr_pal_grey
(as an atomic HEX character value) and is defined as
unhcr_pal_grey[[4]].
See https://media.unhcr.org/archive/Brand-Book-for-external-partners-2CZ7A2P0CGAY.html for details.
unhcr_grey
An object of class character of length 1.
unhcr_pal_grey for the corresponding color palette;
unhcr_pal for the UNHCR default color palette with 5 main colors of unhcr_pal_blue;
unhcr_pal_primary for a UNHCR color palette with primary colors;
seecol to show and use color palettes.
Other preferred colors:
unhcr_black,
unhcr_blue,
unhcr_darkblue,
unhcr_green,
unhcr_red,
unhcr_white,
unhcr_yellow
{ unhcr_grey # HEX character "#666666" (as value) all.equal(unhcr_grey, unhcr_pal_grey[[4]]) # TRUE (same HEX values) seecol(unhcr_grey) # view color and details }