catalog_appearance.
get_color_palette
get_color_palette(color_palette_id: str) -> CatalogColorPalette
Get an individual color palette.
Parameters
| name | type | description |
|---|---|---|
| color_palette_id | str | Color palette identification string e.g. "my_palette" |
Returns
| type | description |
|---|---|
| CatalogColorPalette | Catalog color palette object containing structure of the color palette. |