This vignette demonstrates the available colour palettes in the
INBOtheme
package. We show the palette as a plot with
numbered rectangles. The number indicates the order in the palette.
inbo_palette()
vlaanderen_palette()
traffic_palette()
Note that the traffic_palette()
has a variable number of
colours. It starts from a dark red colour and changes into a light green
colour. Going gradually from dark to light makes this palette readable
for colour blind people.
ordinal_palette()
ordinal_palette()
has a variable number of colours. It
starts with a dark colour and end with a light colour. Other colours are
intermediate colours, resulting in a gradient from dark to light. The
colours depend on the active ggplot2
theme.
inbo_named <- c(
inbo_donkerblauw, inbo_munt, inbo_oranjerood, inbo_grijsblauw,
inbo_lichtgroen, inbo_groen, inbo_lichtgrijs, inbo_kaki, inbo_felrood,
inbo_steun_blauw, inbo_geelgr, inbo_steun_geelgroen, inbo_steun_donkerroos,
inbo_donkergroen, inbo_oranje, inbo_geel, inbo_lichtblauw, inbo_hoofd,
inbo_rood, inbo_grijs, inbo_bruinrood, inbo_oranje, inbo_groen
)
show_palette(inbo_named)
inbo_palette()
vlaanderen_palette()
traffic_palette()