Learn R Programming

colourspace (version 0.0.1)

color_names: CSS color names to HEX mapping

Description

A dataset containing 31k+ color names compiled by David Aerne's meodai/color-names project, merged with R's built-in colour names.

Usage

color_names

Arguments

Format

A data frame with three columns:

hex

Lowercase hex triplet starting with '#'.

name

Color name as provided by the source (character).

source

Origin of the colour name: "r" for R's built-in colours (grDevices::colors()) or "extended" for the meodai/color-names community database.

Author

Data curated by David Aerne (https://github.com/meodai).