from colorspace import palette
pal = palette(["#11C638", "#E2E2E2", "#EF9708"],
name = "My Custom Palette")
pal.colors()['#11C638', '#E2E2E2', '#EF9708']
Documentation built with Python 3.14.2, pyp2qmd 0.1.2 and quarto 1.8.27 on GitHub.
Returns the colors of the current palette as a list of hex colors (str).
palette.colors(*args, **kwargs)
*args
**kwargs
list: List of all colors of the palette.