# NOT RUN {
show_colors() # default is to show see::social_colors()
show_colors("blue") # blue
show_colors("#0000FF") # blue (hex name)
show_colors(RGB(0, 0, 255)) # blue (RGB)
show_colors(see::pizza_colors()) # a specific palette
# }
Run the code above in your browser using DataLab