Skip to contents

Access the HEX code of the light blue used by CRUK.

Usage

cruk_light_blue()

Value

The HEX code of the CRUK light blue.

See also

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

Examples


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