Color includes palette generators inspired by famous artists and art movements.
| Generator | Artist/Movement | Description |
|---|---|---|
vangogh() |
Vincent van Gogh | Palettes inspired by van Gogh's distinctive use of vibrant yellows, deep blues, and complementary contrast |
impressionist() |
Impressionism | Palettes inspired by Monet, Renoir using broken color technique and optical mixing |
picasso() |
Pablo Picasso | Palettes from Blue Period (melancholic blues) and Rose Period (warm pinks) |
import { vangogh, impressionist, picasso } from "@skchr/color";
// Van Gogh inspired palette
vangogh("yellow", { period: "arles" });
// Impressionist palette
impressionist("green", { timeOfDay: "morning" });
// Picasso Blue Period
picasso("blue", { period: "blue" });
These generators are based on: