Skip to contents

Access the HEX code of the orange used by EastBIO

Usage

ebio_orange()

Value

The HEX code of the EastBIO orange.

See also

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

Examples


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