Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 706 Bytes

63.md

File metadata and controls

28 lines (17 loc) · 706 Bytes

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: | colors : list of strings

List of keys in the seaborn.crayons dictionary.

| | --- | --- | | Returns: | palette : seaborn color palette

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

| | --- | --- |

See also

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