Skip to contents

Access the HEX code of the blue used by CGEM

Usage

cgem_blue()

Value

The HEX code of the CGEM blue.

See also

Other CGEM Colours: cgem_red()

Examples


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