@skchr/color
    Preparing search index...
    • Generates a palette inspired by Vincent van Gogh's artistic periods.

      Parameters

      • OptionalbaseColor: ColorToken = "yellow"

        The base color to derive the palette from.

      • Optionaloptions: VangoghOptions = {}

        Optional overrides for period, contrast, and number of colors.

      Returns Collection

      An array of color tokens forming a van Gogh-inspired palette.

      import { vangogh } from '@skchr/color'

      vangogh("yellow", { period: "arles" })