Generates a palette inspired by Vincent van Gogh's artistic periods.
Optional
The base color to derive the palette from.
Optional overrides for period, contrast, and number of colors.
An array of color tokens forming a van Gogh-inspired palette.
import { vangogh } from '@skchr/color'vangogh("yellow", { period: "arles" }) Copy
import { vangogh } from '@skchr/color'vangogh("yellow", { period: "arles" })
Generates a palette inspired by Vincent van Gogh's artistic periods.