alphabet: A 26-Color Palette

alphabetR 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 ("#5A5156"), iron ("#E4E1E3"), and red ("#F6222E"). The colors were then manually assigned names begining with different letters of the English alphabet.

See Also

createPalette

Examples

data(alphabet)
alphabet

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