Skip to content
1 min read · 45 words

Variable: colorSchemeTool

ts
const colorSchemeTool: Tool<SpooledArtifact>;

Defined in: batteries/tools/color/index.ts:551

Generate a colour palette from a base colour using a named harmony.

Remarks

Supported schemes: complementary, analogous, triadic, split-complementary, monochromatic. Each entry reports its hex, rgb, and hsl forms, plus the contrast ratio relative to the base colour.