Skip to contents

Access the HEX code of the pink used by CRUK.

Usage

cruk_pink()

Value

The HEX code of the CRUK pink.

See also

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

Examples


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