palette_timetk

palette_timetk()

The function palette_timetk returns a dictionary of color codes for various colors in the timetk theme.

Returns

Type Description
The function palette_timetk returns a dictionary containing color names as keys and their corresponding hexadecimal color codes as values:

Examples

import pytimetk as tk

tk.palette_timetk()
{'blue': '#2c3e50',
 'red': '#e31a1c',
 'green': '#18BC9C',
 'yellow': '#CCBE93',
 'steel_blue': '#a6cee3',
 'navy_blue': '#1f78b4',
 'light_green': '#b2df8a',
 'pink': '#fb9a99',
 'light_orange': '#fdbf6f',
 'orange': '#ff7f00',
 'light_purple': '#cab2d6',
 'purple': '#6a3d9a'}