rekha.utils.get_color_palette¶ rekha.utils.get_color_palette(dark_mode: bool = False, n_colors: int | None = None) → List[str][source]¶ Get the Rekha color palette. Parameters: dark_mode (bool, default False) – Whether to use dark mode colors n_colors (int, optional) – Number of colors to return (cycles if more needed) Returns: List of color hex codes Return type: list