Skip to contents

Access the HEX code of the red used by CGEM

Usage

cgem_red()

Value

The HEX code of the CGEM red.

See also

Other CGEM Colours: cgem_blue()

Examples


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