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" }) Copy
import { artist } from '@skchr/color'const vangoghPalette = artist("vangogh")vangoghPalette("yellow", { period: "arles" })
Creates an artist-inspired palette generator function.
Param: type
The artist or art movement to base the palette on.
Returns
A function that generates palettes for the specified artist.
Example