Color palettes inspired by the Flat UI colors.
pal_flatui(palette = c("default", "flattastic", "aussie"), alpha = 1)
Palette type. Currently there are three available options:
"default"
(10-color palette).
"flattastic"
(12-color palette).
"aussie"
(10-color palette).
Transparency level, a real number in (0, 1].
See alpha
in grDevices::rgb()
for details.