@skchr/color
    Preparing search index...

    Creates an artist-inspired palette generator function.

    The artist or art movement to base the palette on.

    A function that generates palettes for the specified artist.

    import { artist } from '@skchr/color'

    const vangoghPalette = artist("vangogh")
    vangoghPalette("yellow", { period: "arles" })