Skip to contents

Access the HEX code of the grey used by CRUK.

Usage

cruk_grey()

Value

The HEX code of the CRUK grey.

See also

Other CRUK Colours: cruk_dark_blue(), cruk_light_blue(), cruk_pink()

Examples


barplot(
  1:3,
  col = cruk_grey()
)