seaborn.xkcd_palette#
- seaborn.xkcd_palette(colors)#
Make a palette with color names from the xkcd color survey.
See xkcd for the full list of colors: https://xkcd.com/color/rgb/
This is just a simple wrapper around the
seaborn.xkcd_rgb
dictionary.- Parameters:
- colorslist of strings
List of keys in the
seaborn.xkcd_rgb
dictionary.
- Returns:
- palette
A list of colors as RGB tuples.
See also
crayon_palette
Make a palette with Crayola crayon colors.