Palettes inspired by the Palmer penguins.
penguin_palettes
An object of class palettes_palette
with 6
colour palettes. Use names(penguin_palettes)
to return all palette names.
Examples
# Get all palettes by name.
names(penguin_palettes)
#> [1] "dark" "medium" "light" "adelie" "chinstrap" "gentoo"
# Plot all palettes.
plot(penguin_palettes)