# Get all palettes as callable functions
all_palettes <- get_color_palette("all")
all_palettes$winter()
all_palettes$gtap()
# Visualize specific palettes
get_color_palette("fall", "sequential")
get_color_palette("academic", "diverging")
Run the code above in your browser using DataLab