A package to produce a carrot-inspired color palette for python/matplotlib.

carrot_palette

Install:
pip install carrotColors

Update:
pip install –upgrade carrotColors

Usage:

import carrotColors as c

my_cmap = c.CarrotColors.get_carrots()

An example:

Carrot_Example1

Also now with Mulberries:

mulberrys

my_cmap = c.CarrotColors.get_mulberries()

And for those of you who like your color palettes perceptually uniform, here is the perceptually uniform version courtesy of empet:

my_cmap = c.CarrotColors.get_uniform_carrots()

GitHub

https://github.com/thecraigoneill/carrotColors