custompal: Light and Dark 24-Color Palettes

Dark24R Documentation

Light and Dark 24-Color Palettes

Description

Two palettes, each composed of 24 distinctive colors, optimized for either a light background (Dark24) or a dark background (Light24).

Usage

data(Dark24)
data(Light24)

Format

A character vector of length 24.

Details

A character vector containing hexadecimal color representations of 24 distinctive colors that are well separated in the CIE L*u*v* color space.

Source

Both color palettes were generated using the createPalette function. In addition to specifing seed colors, the luminance range was restricted to produce either only light colors or only dark colors.

See Also

createPalette

Examples

data(Dark24)
Dark24
data(Light24)
swatch(Light24)

Polychrome documentation built on April 30, 2022, 3 a.m.