seaborn.crayon_palette

seaborn.crayon_palette(colors)

Make a palette with color names from Crayola crayons.

Colors are taken from here: https://en.wikipedia.org/wiki/List_of_Crayola_crayon_colors

This is just a simple wrapper around the seaborn.crayons dictionary.

Parameters
colorslist of strings

List of keys in the seaborn.crayons dictionary.

Returns
paletteseaborn color palette

Returns the list of colors as rgb tuples in an object that behaves like other seaborn color palettes.

See also

xkcd_palette

Make a palette with named colors from the XKCD color survey.