alphabet {Polychrome}R Documentation

A 26-Color Palette

Description

A palette composed of 26 distinctive colors with names corresponding to letters of the alphabet.

Usage

data(alphabet)

Format

A character string of length 26.

Details

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

Source

The color palette was generated using the createPalette function with three seed colors: ebony ("#474747"), iron ("#E2E2E2"), and red ("#F70000"). The colors were then manually assigned names begining with different letters of the English alphabet.

See Also

createPalette

Examples

data(alphabet)
alphabet

[Package Polychrome version 1.2.2 Index]