poisson colours
Examples
pois_cols()
#> black blue red yellow purple green light blue
#> "#000000" "#3063A3" "#E8613C" "#F7B530" "#821C65" "#63BB42" "#90BDE5"
#> orchid grey crimson
#> "#D888CF" "#7D7D7D" "#A7061E"
pois_cols(c("red", "yellow"))
#> red yellow
#> "#E8613C" "#F7B530"