UNPKG

@14ch/color-palette-generator

Version:

A comprehensive color palette generation library with support for color scales, combinations, and transparency

8 lines (7 loc) 239 B
import type { RandomColorConfig } from "./types"; /** * Generate random primary color * @param options Generation options * @returns HEX string */ export declare function generateRandomPrimaryColor(config?: RandomColorConfig): string;