Skip to contents

Access the HEX code of the blue used by EastBIO

Usage

ebio_blue()

Value

The HEX code of the EastBIO blue.

See also

Other EBIO Colours: ebio_green(), ebio_orange(), ebio_red()

Examples


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