Fledex.Color.Names (fledex v0.5.0)

View Source

Fledex has an extensive set of predefined colors from:

You can retrieve the information through their respective modules (Fledex.Color.Names.Wiki.Wiki, Fledex.Color.Names.CSS, Fledex.Color.Names.SVG, and Fledex.Color.Names.RAL) This module binds (most of) them together into a single module (in case of conflict the first mentioned module definition will win).

Each color is reachable through a function with the name of the color. For example, you can retrieve the information for the color :almond by calling the function with the same name, i.e. almond/1. It should be noted, that the color functions are defined in other modules and we only delegate to those. Still the documentation is directly available in this module.

The additional parameter determines which additional information should be provided. The options are:

  • :all: This retrieves the full data set
  • :descriptive_name: a string with name (from this the Atom is derived)
  • :hex (default): This is the same as almond/0
  • :hsl: This retrieves an HSL struct, i.e. {h, s, l}
  • :hsv: This retrieves an HSV struct, i.e. {h, s, v}
  • :index: The index of this color in the list of all colors
  • :rgb: This retrieves an RGB struct, i.e. {r, g, b}
  • :source: Information where the color comes from, see Wikipedia for more details
  • :module: to get more information where the color is actually implemented. The function might return :unknown

And finally every color exists also in a version that allows you to add it to a Fledex.Leds sequence. Either as next led (almond/1) or with a specified offset (almond/2). The latter has no extra documentation, because it wouldn't add any real value, but would clutter the doc. Here an example spec:

@spec almond(leds :: Fledex.Leds.t, offset :: non_neg_integer) :: Fledex.Leds.t

Some additional functions exist for retrieving all colors, all color names, and info about an atom color. Thus, you can get the same information for almond() by calling info(:almond, :hex)

Note: RAL colours do have name and a code (the official "name"), but neither of those are commonly used and therefore those colors are NOT exposed through this interface. The list is already more extensive than is really needed. But maybe for some special application they might be useful. Thus, you will have to use those colors from the Fledex.Color.Names.RAL module directly. All color names modules have the same interface.

Summary

Color Names

Defines the color rgb(0, 71, 186).

Defines the color rgb(175, 191, 25).

Defines the color rgb(124, 186, 232).

Defines the color rgb(178, 132, 191).

Defines the color rgb(114, 160, 193).

Defines the color rgb(239, 247, 255).

Defines the color rgb(219, 45, 66).

Defines the color rgb(196, 96, 15).

Defines the color rgb(239, 221, 204).

Defines the color rgb(158, 43, 104).

Defines the color rgb(242, 155, 186).

Defines the color rgb(170, 38, 79).

Defines the color rgb(58, 122, 86).

Defines the color rgb(255, 191, 0).

Defines the color rgb(153, 102, 204).

Defines the color rgb(61, 219, 135).

Defines the color rgb(204, 147, 117).

Defines the color rgb(102, 91, 30).

Defines the color rgb(145, 91, 130).

Defines the color rgb(132, 28, 45).

Defines the color rgb(249, 234, 214).

Defines the color rgb(249, 206, 175).

Defines the color rgb(0, 255, 255).

Defines the color rgb(127, 255, 211).

Defines the color rgb(209, 255, 20).

Defines the color rgb(73, 112, 68).

Defines the color rgb(232, 214, 107).

Defines the color rgb(178, 191, 181).

Defines the color rgb(255, 153, 102).

Defines the color rgb(252, 237, 0).

Defines the color rgb(0, 127, 255).

Defines the color rgb(239, 255, 255).

Defines the color rgb(45, 89, 147).

Defines the color rgb(137, 206, 239).

Defines the color rgb(160, 201, 242).

Defines the color rgb(244, 193, 193).

Defines the color rgb(255, 255, 249).

Defines the color rgb(255, 145, 175).

Defines the color rgb(249, 232, 181).

Defines the color rgb(124, 10, 2).

Defines the color rgb(132, 132, 130).

Defines the color rgb(188, 211, 229).

Defines the color rgb(158, 130, 112).

Defines the color rgb(244, 244, 219).

Defines the color rgb(155, 38, 66).

Defines the color rgb(255, 226, 196).

Defines the color rgb(61, 43, 30).

Defines the color rgb(150, 112, 22).

Defines the color rgb(201, 224, 12).

Defines the color rgb(0, 0, 0).

Defines the color rgb(61, 12, 2).

Defines the color rgb(84, 96, 112).

Defines the color rgb(58, 61, 53).

Defines the color rgb(191, 175, 178).

Defines the color rgb(255, 234, 204).

Defines the color rgb(165, 112, 99).

Defines the color rgb(48, 140, 232).

Defines the color rgb(170, 229, 237).

Defines the color rgb(102, 0, 0).

Defines the color rgb(0, 0, 255).

Defines the color rgb(163, 163, 209).

Defines the color rgb(30, 117, 255).

Defines the color rgb(102, 153, 204).

Defines the color rgb(91, 173, 237).

Defines the color rgb(0, 147, 175).

Defines the color rgb(0, 135, 188).

Defines the color rgb(0, 22, 168).

Defines the color rgb(51, 51, 153).

Defines the color rgb(17, 96, 127).

Defines the color rgb(137, 43, 226).

Defines the color rgb(79, 114, 165).

Defines the color rgb(61, 104, 232).

Defines the color rgb(221, 91, 130).

Defines the color rgb(119, 68, 58).

Defines the color rgb(226, 216, 201).

Defines the color rgb(204, 63, 84).

Defines the color rgb(216, 145, 239).

Defines the color rgb(255, 170, 28).

Defines the color rgb(204, 127, 51).

Defines the color rgb(175, 109, 76).

Defines the color rgb(122, 181, 96).

Defines the color rgb(255, 198, 127).

Defines the color rgb(127, 0, 33).

Defines the color rgb(221, 183, 135).

Defines the color rgb(160, 122, 114).

Defines the color rgb(204, 84, 0).

Defines the color rgb(232, 114, 81).

Defines the color rgb(137, 51, 35).

Defines the color rgb(188, 51, 163).

Defines the color rgb(112, 40, 99).

Defines the color rgb(94, 158, 160).

Defines the color rgb(145, 163, 175).

Defines the color rgb(0, 107, 61).

Defines the color rgb(237, 135, 45).

Defines the color rgb(165, 122, 91).

Defines the color rgb(73, 53, 33).

Defines the color rgb(163, 193, 173).

Defines the color rgb(193, 153, 107).

Defines the color rgb(239, 186, 204).

Defines the color rgb(255, 255, 153).

Defines the color rgb(255, 239, 0).

Defines the color rgb(226, 112, 122).

Defines the color rgb(196, 30, 58).

Defines the color rgb(0, 204, 153).

Defines the color rgb(150, 0, 22).

Defines the color rgb(214, 0, 63).

Defines the color rgb(255, 165, 201).

Defines the color rgb(178, 28, 28).

Defines the color rgb(86, 160, 211).

Defines the color rgb(237, 145, 33).

Defines the color rgb(112, 53, 66).

Defines the color rgb(201, 89, 73).

Defines the color rgb(170, 224, 175).

Defines the color rgb(178, 255, 255).

Defines the color rgb(221, 48, 99).

Defines the color rgb(0, 122, 165).

Defines the color rgb(40, 81, 191).

Defines the color rgb(28, 170, 214).

Defines the color rgb(109, 155, 193).

Defines the color rgb(247, 232, 206).

Defines the color rgb(242, 221, 206).

Defines the color rgb(53, 68, 79).

Defines the color rgb(229, 142, 170).

Defines the color rgb(127, 255, 0).

Defines the color rgb(255, 183, 196).

Defines the color rgb(147, 68, 53).

Defines the color rgb(226, 61, 40).

Defines the color rgb(221, 112, 160).

Defines the color rgb(170, 56, 30).

Defines the color rgb(132, 96, 135).

Defines the color rgb(255, 178, 0).

Defines the color rgb(122, 63, 0).

Defines the color rgb(209, 104, 30).

Defines the color rgb(153, 130, 122).

Defines the color rgb(226, 66, 51).

Defines the color rgb(204, 96, 124).

Defines the color rgb(226, 209, 10).

Defines the color rgb(158, 168, 30).

Defines the color rgb(127, 22, 51).

Defines the color rgb(112, 79, 56).

Defines the color rgb(186, 216, 234).

Defines the color rgb(247, 130, 119).

Defines the color rgb(140, 145, 170).

Defines the color rgb(183, 114, 51).

Defines the color rgb(216, 137, 102).

Defines the color rgb(173, 112, 104).

Defines the color rgb(204, 109, 81).

Defines the color rgb(153, 102, 102).

Defines the color rgb(255, 56, 0).

Defines the color rgb(255, 127, 79).

Defines the color rgb(247, 130, 119).

Defines the color rgb(137, 63, 68).

Defines the color rgb(249, 237, 91).

Defines the color rgb(99, 147, 237).

Defines the color rgb(255, 247, 219).

Defines the color rgb(45, 45, 135).

Defines the color rgb(255, 247, 232).

Defines the color rgb(255, 188, 216).

Defines the color rgb(130, 96, 61).

Defines the color rgb(255, 252, 209).

Defines the color rgb(219, 20, 61).

Defines the color rgb(158, 28, 51).

Defines the color rgb(244, 244, 244).

Defines the color rgb(0, 255, 255).

Defines the color rgb(0, 183, 234).

Defines the color rgb(89, 66, 124).

Defines the color rgb(255, 211, 0).

Defines the color rgb(244, 112, 160).

Defines the color rgb(102, 66, 33).

Defines the color rgb(91, 56, 84).

Defines the color rgb(0, 140, 140).

Defines the color rgb(84, 104, 119).

Defines the color rgb(183, 135, 10).

Defines the color rgb(0, 99, 0).

Defines the color rgb(25, 35, 33).

Defines the color rgb(188, 183, 107).

Defines the color rgb(71, 61, 51).

Defines the color rgb(84, 61, 56).

Defines the color rgb(140, 0, 140).

Defines the color rgb(84, 107, 45).

Defines the color rgb(255, 140, 0).

Defines the color rgb(153, 51, 204).

Defines the color rgb(48, 25, 51).

Defines the color rgb(140, 0, 0).

Defines the color rgb(232, 150, 122).

Defines the color rgb(142, 188, 142).

Defines the color rgb(61, 20, 20).

Defines the color rgb(140, 191, 214).

Defines the color rgb(71, 61, 140).

Defines the color rgb(45, 79, 79).

Defines the color rgb(22, 114, 68).

Defines the color rgb(0, 206, 209).

Defines the color rgb(147, 0, 211).

Defines the color rgb(84, 84, 84).

Defines the color rgb(216, 51, 135).

Defines the color rgb(249, 214, 165).

Defines the color rgb(186, 79, 71).

Defines the color rgb(0, 73, 73).

Defines the color rgb(255, 20, 147).

Defines the color rgb(255, 153, 51).

Defines the color rgb(0, 191, 255).

Defines the color rgb(73, 99, 107).

Defines the color rgb(124, 94, 96).

Defines the color rgb(20, 96, 188).

Defines the color rgb(33, 66, 181).

Defines the color rgb(193, 153, 107).

Defines the color rgb(237, 201, 175).

Defines the color rgb(104, 104, 104).

Defines the color rgb(30, 142, 255).

Defines the color rgb(73, 63, 40).

Defines the color rgb(0, 0, 155).

Defines the color rgb(239, 221, 186).

Defines the color rgb(84, 91, 79).

Defines the color rgb(193, 178, 127).

Defines the color rgb(28, 28, 28).

Defines the color rgb(96, 63, 81).

Defines the color rgb(239, 234, 214).

Defines the color rgb(204, 255, 0).

Defines the color rgb(191, 0, 255).

Defines the color rgb(142, 0, 255).

Defines the color rgb(79, 198, 119).

Defines the color rgb(107, 48, 130).

Defines the color rgb(181, 130, 147).

Defines the color rgb(170, 73, 81).

Defines the color rgb(204, 71, 73).

Defines the color rgb(86, 61, 91).

Defines the color rgb(0, 255, 63).

Defines the color rgb(150, 198, 163).

Defines the color rgb(193, 153, 107).

Defines the color rgb(127, 22, 22).

Defines the color rgb(181, 51, 137).

Defines the color rgb(221, 81, 132).

Defines the color rgb(229, 170, 112).

Defines the color rgb(79, 119, 66).

Defines the color rgb(107, 84, 30).

Defines the color rgb(255, 84, 112).

Defines the color rgb(104, 48, 104).

Defines the color rgb(206, 33, 40).

Defines the color rgb(178, 33, 33).

Defines the color rgb(226, 89, 33).

Defines the color rgb(237, 219, 130).

Defines the color rgb(163, 0, 109).

Defines the color rgb(255, 249, 239).

Defines the color rgb(33, 140, 33).

Defines the color rgb(165, 122, 91).

Defines the color rgb(132, 109, 76).

Defines the color rgb(0, 114, 186).

Defines the color rgb(252, 63, 145).

Defines the color rgb(135, 96, 142).

Defines the color rgb(158, 252, 56).

Defines the color rgb(211, 114, 211).

Defines the color rgb(252, 107, 158).

Defines the color rgb(198, 43, 71).

Defines the color rgb(119, 181, 255).

Defines the color rgb(135, 5, 206).

Defines the color rgb(232, 53, 165).

Defines the color rgb(255, 0, 255).

Defines the color rgb(193, 84, 193).

Defines the color rgb(226, 132, 0).

Defines the color rgb(135, 66, 30).

Defines the color rgb(219, 219, 219).

Defines the color rgb(226, 155, 15).

Defines the color rgb(0, 127, 102).

Defines the color rgb(247, 247, 255).

Defines the color rgb(96, 130, 181).

Defines the color rgb(170, 145, 178).

Defines the color rgb(0, 170, 102).

Defines the color rgb(229, 191, 137).

Defines the color rgb(132, 117, 79).

Defines the color rgb(211, 175, 56).

Defines the color rgb(255, 214, 0).

Defines the color rgb(153, 102, 20).

Defines the color rgb(252, 193, 0).

Defines the color rgb(255, 221, 0).

Defines the color rgb(216, 165, 33).

Defines the color rgb(0, 86, 63).

Defines the color rgb(102, 102, 102).

Defines the color rgb(168, 226, 160).

Defines the color rgb(127, 127, 127).

Defines the color rgb(191, 191, 191).

Defines the color rgb(0, 255, 0).

Defines the color rgb(17, 99, 181).

Defines the color rgb(28, 170, 119).

Defines the color rgb(165, 244, 51).

Defines the color rgb(0, 168, 119).

Defines the color rgb(0, 158, 107).

Defines the color rgb(0, 173, 66).

Defines the color rgb(0, 165, 79).

Defines the color rgb(109, 173, 160).

Defines the color rgb(0, 127, 0).

Defines the color rgb(40, 51, 56).

Defines the color rgb(232, 214, 107).

Defines the color rgb(63, 255, 0).

Defines the color rgb(216, 145, 0).

Defines the color rgb(255, 122, 0).

Defines the color rgb(221, 114, 255).

Defines the color rgb(170, 153, 168).

Defines the color rgb(244, 0, 160).

Defines the color rgb(0, 109, 175).

Defines the color rgb(73, 119, 107).

Defines the color rgb(255, 28, 206).

Defines the color rgb(255, 104, 181).

Defines the color rgb(53, 94, 58).

Defines the color rgb(112, 165, 209).

Defines the color rgb(48, 145, 119).

Defines the color rgb(237, 40, 56).

Defines the color rgb(178, 237, 91).

Defines the color rgb(76, 81, 109).

Defines the color rgb(17, 135, 7).

Defines the color rgb(204, 91, 91).

Defines the color rgb(226, 168, 86).

Defines the color rgb(73, 0, 130).

Defines the color rgb(0, 63, 107).

Defines the color rgb(17, 10, 142).

Defines the color rgb(186, 22, 12).

Defines the color rgb(191, 53, 43).

Defines the color rgb(178, 68, 107).

Defines the color rgb(244, 239, 237).

Defines the color rgb(178, 255, 255).

Defines the color rgb(255, 255, 239).

Defines the color rgb(158, 40, 51).

Defines the color rgb(91, 51, 86).

Defines the color rgb(247, 221, 124).

Defines the color rgb(165, 10, 94).

Defines the color rgb(51, 51, 51).

Defines the color rgb(244, 201, 22).

Defines the color rgb(188, 216, 86).

Defines the color rgb(40, 170, 135).

Defines the color rgb(76, 186, 22).

Defines the color rgb(58, 175, 158).

Defines the color rgb(232, 244, 140).

Defines the color rgb(193, 175, 145).

Defines the color rgb(239, 229, 140).

Defines the color rgb(135, 45, 22).

Defines the color rgb(232, 158, 196).

Defines the color rgb(107, 68, 35).

Defines the color rgb(79, 38, 130).

Defines the color rgb(214, 201, 221).

Defines the color rgb(38, 96, 155).

Defines the color rgb(255, 255, 102).

Defines the color rgb(168, 186, 158).

Defines the color rgb(206, 15, 33).

Defines the color rgb(204, 204, 255).

Defines the color rgb(255, 239, 244).

Defines the color rgb(181, 124, 219).

Defines the color rgb(196, 193, 209).

Defines the color rgb(229, 229, 249).

Defines the color rgb(124, 252, 0).

Defines the color rgb(255, 247, 0).

Defines the color rgb(255, 249, 204).

Defines the color rgb(204, 160, 28).

Defines the color rgb(252, 255, 0).

Defines the color rgb(244, 234, 191).

Defines the color rgb(255, 244, 79).

Defines the color rgb(255, 255, 158).

Defines the color rgb(84, 89, 165).

Defines the color rgb(173, 216, 229).

Defines the color rgb(239, 127, 127).

Defines the color rgb(147, 204, 234).

Defines the color rgb(224, 255, 255).

Defines the color rgb(198, 173, 127).

Defines the color rgb(249, 249, 209).

Defines the color rgb(211, 211, 211).

Defines the color rgb(142, 237, 142).

Defines the color rgb(255, 216, 175).

Defines the color rgb(196, 204, 224).

Defines the color rgb(255, 181, 193).

Defines the color rgb(255, 160, 122).

Defines the color rgb(33, 178, 170).

Defines the color rgb(135, 206, 249).

Defines the color rgb(119, 135, 153).

Defines the color rgb(175, 196, 221).

Defines the color rgb(255, 255, 224).

Defines the color rgb(198, 163, 198).

Defines the color rgb(173, 153, 170).

Defines the color rgb(191, 255, 0).

Defines the color rgb(51, 204, 51).

Defines the color rgb(0, 255, 0).

Defines the color rgb(25, 89, 5).

Defines the color rgb(249, 239, 229).

Defines the color rgb(221, 204, 155).

Defines the color rgb(221, 112, 160).

Defines the color rgb(107, 160, 219).

Defines the color rgb(102, 76, 71).

Defines the color rgb(153, 114, 86).

Defines the color rgb(183, 109, 40).

Defines the color rgb(107, 45, 30).

Defines the color rgb(102, 153, 204).

Defines the color rgb(255, 188, 135).

Defines the color rgb(204, 51, 53).

Defines the color rgb(255, 0, 255).

Defines the color rgb(244, 84, 165).

Defines the color rgb(201, 30, 122).

Defines the color rgb(158, 68, 117).

Defines the color rgb(209, 63, 124).

Defines the color rgb(255, 0, 142).

Defines the color rgb(170, 239, 209).

Defines the color rgb(242, 232, 214).

Defines the color rgb(191, 63, 0).

Defines the color rgb(249, 237, 91).

Defines the color rgb(242, 198, 73).

Defines the color rgb(96, 79, 219).

Defines the color rgb(10, 216, 81).

Defines the color rgb(150, 153, 170).

Defines the color rgb(242, 122, 71).

Defines the color rgb(252, 191, 2).

Defines the color rgb(255, 130, 66).

Defines the color rgb(114, 193, 102).

Defines the color rgb(135, 0, 132).

Defines the color rgb(234, 163, 33).

Defines the color rgb(193, 33, 71).

Defines the color rgb(127, 0, 0).

Defines the color rgb(175, 48, 96).

Defines the color rgb(224, 175, 255).

Defines the color rgb(145, 94, 109).

Defines the color rgb(239, 153, 170).

Defines the color rgb(71, 170, 204).

Defines the color rgb(48, 191, 191).

Defines the color rgb(170, 170, 229).

Defines the color rgb(94, 140, 48).

Defines the color rgb(216, 229, 79).

Defines the color rgb(114, 51, 127).

Defines the color rgb(216, 33, 33).

Defines the color rgb(165, 58, 119).

Defines the color rgb(249, 249, 56).

Defines the color rgb(242, 186, 73).

Defines the color rgb(76, 145, 63).

Defines the color rgb(114, 193, 249).

Defines the color rgb(102, 221, 170).

Defines the color rgb(0, 0, 204).

Defines the color rgb(226, 5, 43).

Defines the color rgb(175, 63, 53).

Defines the color rgb(242, 229, 170).

Defines the color rgb(186, 84, 211).

Defines the color rgb(147, 112, 219).

Defines the color rgb(61, 178, 112).

Defines the color rgb(122, 104, 237).

Defines the color rgb(0, 249, 153).

Defines the color rgb(71, 209, 204).

Defines the color rgb(198, 20, 132).

Defines the color rgb(247, 183, 119).

Defines the color rgb(247, 221, 124).

Defines the color rgb(255, 186, 173).

Defines the color rgb(211, 175, 56).

Defines the color rgb(10, 124, 140).

Defines the color rgb(155, 124, 56).

Defines the color rgb(226, 0, 124).

Defines the color rgb(124, 211, 229).

Defines the color rgb(140, 216, 204).

Defines the color rgb(140, 114, 191).

Defines the color rgb(76, 140, 86).

Defines the color rgb(170, 191, 96).

Defines the color rgb(140, 135, 127).

Defines the color rgb(216, 130, 181).

Defines the color rgb(229, 142, 114).

Defines the color rgb(165, 84, 84).

Defines the color rgb(255, 234, 0).

Defines the color rgb(237, 175, 117).

Defines the color rgb(112, 38, 112).

Defines the color rgb(25, 25, 112).

Defines the color rgb(0, 73, 84).

Defines the color rgb(255, 196, 12).

Defines the color rgb(255, 216, 232).

Defines the color rgb(226, 249, 135).

Defines the color rgb(53, 114, 124).

Defines the color rgb(244, 219, 79).

Defines the color rgb(61, 181, 137).

Defines the color rgb(244, 255, 249).

Defines the color rgb(153, 255, 153).

Defines the color rgb(186, 181, 119).

Defines the color rgb(255, 226, 224).

Defines the color rgb(150, 112, 22).

Defines the color rgb(255, 147, 142).

Defines the color rgb(140, 163, 153).

Defines the color rgb(137, 153, 91).

Defines the color rgb(48, 186, 142).

Defines the color rgb(153, 122, 140).

Defines the color rgb(22, 68, 58).

Defines the color rgb(196, 73, 140).

Defines the color rgb(198, 79, 155).

Defines the color rgb(255, 219, 89).

Defines the color rgb(48, 119, 114).

Defines the color rgb(214, 81, 130).

Defines the color rgb(173, 66, 119).

Defines the color rgb(244, 173, 198).

Defines the color rgb(249, 216, 94).

Defines the color rgb(255, 221, 173).

Defines the color rgb(0, 0, 127).

Defines the color rgb(25, 114, 209).

Defines the color rgb(68, 102, 255).

Defines the color rgb(255, 63, 99).

Defines the color rgb(56, 255, 20).

Defines the color rgb(214, 130, 127).

Defines the color rgb(114, 114, 114).

Defines the color rgb(163, 221, 237).

Defines the color rgb(232, 255, 219).

Defines the color rgb(204, 119, 33).

Defines the color rgb(66, 48, 45).

Defines the color rgb(206, 181, 58).

Defines the color rgb(252, 244, 229).

Defines the color rgb(119, 104, 119).

Defines the color rgb(102, 48, 71).

Defines the color rgb(191, 127, 130).

Defines the color rgb(132, 132, 130).

Defines the color rgb(127, 127, 0).

Defines the color rgb(107, 142, 35).

Defines the color rgb(61, 51, 30).

Defines the color rgb(181, 178, 91).

Defines the color rgb(153, 186, 114).

Defines the color rgb(53, 56, 56).

Defines the color rgb(168, 193, 188).

Defines the color rgb(183, 132, 165).

Defines the color rgb(255, 127, 0).

Defines the color rgb(255, 117, 56).

Defines the color rgb(255, 89, 0).

Defines the color rgb(255, 158, 0).

Defines the color rgb(255, 104, 30).

Defines the color rgb(255, 84, 73).

Defines the color rgb(249, 91, 61).

Defines the color rgb(255, 165, 0).

Defines the color rgb(244, 188, 30).

Defines the color rgb(247, 214, 104).

Defines the color rgb(216, 112, 214).

Defines the color rgb(226, 155, 209).

Defines the color rgb(242, 188, 204).

Defines the color rgb(132, 22, 22).

Defines the color rgb(45, 56, 58).

Defines the color rgb(255, 109, 73).

Defines the color rgb(73, 0, 0).

Defines the color rgb(0, 33, 71).

Defines the color rgb(28, 168, 201).

Defines the color rgb(0, 102, 0).

Defines the color rgb(104, 40, 96).

Defines the color rgb(191, 211, 229).

Defines the color rgb(155, 196, 226).

Defines the color rgb(237, 122, 155).

Defines the color rgb(249, 216, 221).

Defines the color rgb(249, 229, 249).

Defines the color rgb(237, 234, 188).

Defines the color rgb(119, 22, 73).

Defines the color rgb(0, 155, 124).

Defines the color rgb(255, 239, 214).

Defines the color rgb(229, 61, 96).

Defines the color rgb(242, 232, 209).

Defines the color rgb(79, 198, 119).

Defines the color rgb(221, 165, 163).

Defines the color rgb(127, 0, 127).

Defines the color rgb(30, 0, 94).

Defines the color rgb(84, 104, 119).

Defines the color rgb(255, 229, 181).

Defines the color rgb(255, 204, 163).

Defines the color rgb(255, 216, 186).

Defines the color rgb(209, 226, 48).

Defines the color rgb(183, 104, 163).

Defines the color rgb(204, 204, 255).

Defines the color rgb(193, 204, 229).

Defines the color rgb(224, 43, 43).

Defines the color rgb(28, 56, 186).

Defines the color rgb(0, 165, 147).

Defines the color rgb(51, 17, 122).

Defines the color rgb(216, 142, 89).

Defines the color rgb(247, 127, 191).

Defines the color rgb(112, 28, 28).

Defines the color rgb(204, 51, 51).

Defines the color rgb(255, 40, 163).

Defines the color rgb(237, 89, 0).

Defines the color rgb(140, 168, 183).

Defines the color rgb(221, 0, 255).

Defines the color rgb(0, 15, 137).

Defines the color rgb(17, 53, 35).

Defines the color rgb(45, 38, 135).

Defines the color rgb(193, 10, 79).

Defines the color rgb(252, 221, 229).

Defines the color rgb(0, 119, 112).

Defines the color rgb(40, 45, 35).

Defines the color rgb(255, 191, 204).

Defines the color rgb(255, 221, 244).

Defines the color rgb(216, 178, 209).

Defines the color rgb(214, 71, 147).

Defines the color rgb(247, 142, 165).

Defines the color rgb(147, 196, 114).

Defines the color rgb(229, 226, 226).

Defines the color rgb(142, 68, 132).

Defines the color rgb(221, 160, 221).

Defines the color rgb(89, 68, 178).

Defines the color rgb(91, 163, 147).

Defines the color rgb(135, 96, 142).

Defines the color rgb(191, 79, 96).

Defines the color rgb(255, 89, 53).

Defines the color rgb(175, 224, 229).

Defines the color rgb(244, 127, 38).

Defines the color rgb(255, 239, 0).

Defines the color rgb(112, 28, 28).

Defines the color rgb(0, 48, 84).

Defines the color rgb(221, 0, 255).

Defines the color rgb(204, 135, 153).

Defines the color rgb(99, 63, 22).

Defines the color rgb(255, 117, 22).

Defines the color rgb(96, 0, 127).

Defines the color rgb(150, 119, 181).

Defines the color rgb(158, 0, 196).

Defines the color rgb(79, 81, 127).

Defines the color rgb(255, 79, 216).

Defines the color rgb(155, 81, 181).

Defines the color rgb(127, 0, 127).

Defines the color rgb(160, 33, 239).

Defines the color rgb(153, 79, 173).

Defines the color rgb(66, 107, 147).

Defines the color rgb(232, 204, 214).

Defines the color rgb(165, 165, 165).

Defines the color rgb(142, 58, 89).

Defines the color rgb(255, 53, 94).

Defines the color rgb(35, 33, 35).

Defines the color rgb(249, 170, 96).

Defines the color rgb(226, 10, 91).

Defines the color rgb(145, 94, 109).

Defines the color rgb(178, 68, 107).

Defines the color rgb(214, 137, 89).

Defines the color rgb(130, 102, 68).

Defines the color rgb(255, 51, 204).

Defines the color rgb(226, 38, 107).

Defines the color rgb(140, 79, 132).

Defines the color rgb(102, 51, 153).

Defines the color rgb(255, 0, 0).

Defines the color rgb(237, 33, 76).

Defines the color rgb(242, 0, 61).

Defines the color rgb(196, 2, 51).

Defines the color rgb(255, 84, 73).

Defines the color rgb(255, 68, 0).

Defines the color rgb(255, 104, 30).

Defines the color rgb(237, 40, 56).

Defines the color rgb(237, 28, 35).

Defines the color rgb(226, 0, 119).

Defines the color rgb(255, 38, 17).

Defines the color rgb(252, 58, 73).

Defines the color rgb(198, 20, 132).

Defines the color rgb(145, 43, 61).

Defines the color rgb(191, 68, 142).

Defines the color rgb(163, 89, 81).

Defines the color rgb(0, 35, 135).

Defines the color rgb(119, 117, 150).

Defines the color rgb(0, 63, 63).

Defines the color rgb(0, 10, 17).

Defines the color rgb(0, 2, 2).

Defines the color rgb(68, 76, 56).

Defines the color rgb(0, 204, 204).

Defines the color rgb(137, 127, 127).

Defines the color rgb(168, 17, 0).

Defines the color rgb(130, 137, 150).

Defines the color rgb(255, 0, 127).

Defines the color rgb(249, 66, 158).

Defines the color rgb(158, 94, 112).

Defines the color rgb(102, 71, 68).

Defines the color rgb(226, 38, 53).

Defines the color rgb(255, 102, 204).

Defines the color rgb(237, 122, 155).

Defines the color rgb(193, 30, 86).

Defines the color rgb(142, 91, 91).

Defines the color rgb(170, 79, 81).

Defines the color rgb(102, 0, 10).

Defines the color rgb(211, 0, 0).

Defines the color rgb(188, 142, 142).

Defines the color rgb(0, 35, 102).

Defines the color rgb(63, 104, 224).

Defines the color rgb(119, 81, 168).

Defines the color rgb(249, 216, 94).

Defines the color rgb(206, 68, 117).

Defines the color rgb(209, 0, 86).

Defines the color rgb(224, 17, 94).

Defines the color rgb(155, 17, 30).

Defines the color rgb(168, 28, 7).

Defines the color rgb(127, 68, 28).

Defines the color rgb(102, 145, 102).

Defines the color rgb(51, 22, 76).

Defines the color rgb(183, 63, 12).

Defines the color rgb(216, 43, 66).

Defines the color rgb(5, 56, 38).

Defines the color rgb(140, 68, 17).

Defines the color rgb(255, 119, 0).

Defines the color rgb(255, 102, 0).

Defines the color rgb(237, 209, 2).

Defines the color rgb(244, 196, 48).

Defines the color rgb(188, 183, 137).

Defines the color rgb(249, 127, 114).

Defines the color rgb(255, 145, 163).

Defines the color rgb(193, 178, 127).

Defines the color rgb(150, 112, 22).

Defines the color rgb(244, 163, 96).

Defines the color rgb(79, 124, 40).

Defines the color rgb(15, 81, 186).

Defines the color rgb(0, 102, 165).

Defines the color rgb(45, 91, 160).

Defines the color rgb(204, 160, 53).

Defines the color rgb(255, 35, 0).

Defines the color rgb(255, 145, 175).

Defines the color rgb(255, 216, 0).

Defines the color rgb(102, 255, 102).

Defines the color rgb(45, 140, 86).

Defines the color rgb(0, 255, 204).

Defines the color rgb(51, 20, 20).

Defines the color rgb(96, 33, 135).

Defines the color rgb(255, 244, 237).

Defines the color rgb(117, 66, 114).

Defines the color rgb(255, 186, 0).

Defines the color rgb(112, 66, 20).

Defines the color rgb(137, 119, 91).

Defines the color rgb(119, 140, 165).

Defines the color rgb(0, 158, 96).

Defines the color rgb(142, 211, 0).

Defines the color rgb(216, 135, 147).

Defines the color rgb(94, 165, 119).

Defines the color rgb(252, 15, 191).

Defines the color rgb(255, 112, 255).

Defines the color rgb(135, 45, 22).

Defines the color rgb(191, 191, 191).

Defines the color rgb(170, 170, 170).

Defines the color rgb(201, 191, 186).

Defines the color rgb(170, 168, 173).

Defines the color rgb(196, 173, 173).

Defines the color rgb(191, 193, 193).

Defines the color rgb(204, 63, 10).

Defines the color rgb(255, 56, 84).

Defines the color rgb(255, 219, 0).

Defines the color rgb(0, 114, 114).

Defines the color rgb(135, 206, 234).

Defines the color rgb(117, 214, 234).

Defines the color rgb(206, 112, 175).

Defines the color rgb(107, 89, 204).

Defines the color rgb(112, 127, 142).

Defines the color rgb(40, 150, 22).

Defines the color rgb(198, 63, 135).

Defines the color rgb(15, 12, 7).

Defines the color rgb(255, 249, 249).

Defines the color rgb(137, 56, 66).

Defines the color rgb(117, 117, 117).

Defines the color rgb(28, 40, 81).

Defines the color rgb(127, 117, 51).

Defines the color rgb(0, 112, 183).

Defines the color rgb(209, 0, 71).

Defines the color rgb(153, 153, 153).

Defines the color rgb(0, 145, 79).

Defines the color rgb(232, 96, 0).

Defines the color rgb(247, 191, 191).

Defines the color rgb(229, 0, 38).

Defines the color rgb(0, 255, 255).

Defines the color rgb(76, 40, 130).

Defines the color rgb(0, 127, 91).

Defines the color rgb(165, 252, 0).

Defines the color rgb(135, 255, 40).

Defines the color rgb(0, 255, 127).

Defines the color rgb(237, 234, 188).

Defines the color rgb(35, 40, 122).

Defines the color rgb(0, 122, 183).

Defines the color rgb(68, 130, 181).

Defines the color rgb(204, 51, 204).

Defines the color rgb(249, 216, 94).

Defines the color rgb(226, 216, 112).

Defines the color rgb(249, 79, 84).

Defines the color rgb(255, 147, 96).

Defines the color rgb(51, 204, 51).

Defines the color rgb(145, 79, 117).

Defines the color rgb(255, 204, 51).

Defines the color rgb(226, 170, 86).

Defines the color rgb(249, 214, 165).

Defines the color rgb(206, 107, 168).

Defines the color rgb(168, 56, 48).

Defines the color rgb(211, 68, 0).

Defines the color rgb(209, 181, 140).

Defines the color rgb(216, 153, 107).

Defines the color rgb(242, 132, 0).

Defines the color rgb(226, 112, 122).

Defines the color rgb(249, 76, 68).

Defines the color rgb(71, 61, 51).

Defines the color rgb(140, 132, 137).

Defines the color rgb(209, 239, 191).

Defines the color rgb(244, 193, 193).

Defines the color rgb(0, 127, 127).

Defines the color rgb(53, 117, 135).

Defines the color rgb(206, 51, 117).

Defines the color rgb(204, 86, 0).

Defines the color rgb(226, 114, 91).

Defines the color rgb(216, 191, 216).

Defines the color rgb(221, 112, 160).

Defines the color rgb(252, 137, 170).

Defines the color rgb(10, 186, 181).

Defines the color rgb(219, 214, 209).

Defines the color rgb(237, 229, 0).

Defines the color rgb(255, 99, 71).

Defines the color rgb(135, 160, 168).

Defines the color rgb(0, 117, 94).

Defines the color rgb(0, 114, 206).

Defines the color rgb(28, 5, 178).

Defines the color rgb(61, 142, 221).

Defines the color rgb(221, 170, 135).

Defines the color rgb(63, 224, 209).

Defines the color rgb(0, 255, 239).

Defines the color rgb(160, 214, 181).

Defines the color rgb(137, 153, 91).

Defines the color rgb(249, 214, 165).

Defines the color rgb(112, 79, 56).

Defines the color rgb(124, 71, 71).

Defines the color rgb(165, 122, 91).

Defines the color rgb(191, 153, 153).

Defines the color rgb(137, 73, 107).

Defines the color rgb(102, 2, 61).

Defines the color rgb(0, 51, 170).

Defines the color rgb(216, 0, 76).

Defines the color rgb(255, 112, 255).

Defines the color rgb(252, 107, 132).

Defines the color rgb(17, 10, 142).

Defines the color rgb(63, 102, 244).

Defines the color rgb(99, 81, 71).

Defines the color rgb(255, 221, 201).

Defines the color rgb(91, 145, 229).

Defines the color rgb(165, 0, 33).

Defines the color rgb(255, 255, 102).

Defines the color rgb(0, 68, 33).

Defines the color rgb(122, 17, 17).

Defines the color rgb(173, 33, 40).

Defines the color rgb(175, 219, 244).

Defines the color rgb(0, 79, 153).

Defines the color rgb(102, 66, 40).

Defines the color rgb(242, 229, 170).

Defines the color rgb(242, 142, 168).

Defines the color rgb(196, 178, 89).

Defines the color rgb(198, 7, 20).

Defines the color rgb(66, 178, 173).

Defines the color rgb(216, 56, 30).

Defines the color rgb(226, 66, 51).

Defines the color rgb(160, 33, 239).

Defines the color rgb(142, 0, 255).

Defines the color rgb(51, 73, 178).

Defines the color rgb(117, 109, 198).

Defines the color rgb(127, 0, 255).

Defines the color rgb(150, 61, 127).

Defines the color rgb(247, 84, 147).

Defines the color rgb(239, 89, 155).

Defines the color rgb(135, 0, 175).

Defines the color rgb(237, 130, 237).

Defines the color rgb(63, 130, 109).

Defines the color rgb(0, 150, 153).

Defines the color rgb(158, 28, 53).

Defines the color rgb(0, 204, 255).

Defines the color rgb(255, 160, 137).

Defines the color rgb(158, 0, 255).

Defines the color rgb(204, 255, 0).

Defines the color rgb(0, 66, 66).

Defines the color rgb(22, 155, 204).

Defines the color rgb(244, 221, 178).

Defines the color rgb(255, 255, 255).

Defines the color rgb(163, 173, 209).

Defines the color rgb(211, 112, 163).

Defines the color rgb(255, 66, 163).

Defines the color rgb(252, 107, 132).

Defines the color rgb(165, 84, 2).

Defines the color rgb(114, 45, 56).

Defines the color rgb(102, 48, 71).

Defines the color rgb(255, 0, 124).

Defines the color rgb(86, 135, 124).

Defines the color rgb(201, 160, 219).

Defines the color rgb(193, 153, 107).

Defines the color rgb(114, 135, 119).

Defines the color rgb(237, 237, 10).

Defines the color rgb(242, 181, 45).

Defines the color rgb(0, 53, 107).

Defines the color rgb(255, 255, 0).

Defines the color rgb(252, 232, 130).

Defines the color rgb(153, 204, 51).

Defines the color rgb(48, 178, 25).

Defines the color rgb(196, 226, 132).

Defines the color rgb(239, 204, 0).

Defines the color rgb(255, 211, 0).

Defines the color rgb(255, 173, 66).

Defines the color rgb(255, 147, 5).

Defines the color rgb(255, 221, 0).

Defines the color rgb(255, 239, 0).

Defines the color rgb(255, 255, 51).

Defines the color rgb(255, 247, 0).

Defines the color rgb(45, 79, 142).

Defines the color rgb(0, 20, 168).

Defines the color rgb(56, 165, 142).

Types

The allowed color names

Functions

Get all the data about the predefined colors

Retrieve information about the color with the given name

Get a list of all the predefined color (atom) names.

Color Names

absolute_zero()

Defines the color rgb(0, 71, 186).

acid_green()

Defines the color rgb(175, 191, 25).

aero()

Defines the color rgb(124, 186, 232).

african_violet()

Defines the color rgb(178, 132, 191).

air_superiority_blue()

Defines the color rgb(114, 160, 193).

alice_blue()

Defines the color rgb(239, 247, 255).

aliceblue()

See Fledex.Color.Names.CSS.aliceblue/0.

alizarin()

Defines the color rgb(219, 45, 66).

alloy_orange()

Defines the color rgb(196, 96, 15).

almond()

Defines the color rgb(239, 221, 204).

amaranth_deep_purple()

Defines the color rgb(158, 43, 104).

amaranth_pink()

Defines the color rgb(242, 155, 186).

amaranth_purple()

Defines the color rgb(170, 38, 79).

amazon()

Defines the color rgb(58, 122, 86).

amber()

Defines the color rgb(255, 191, 0).

amethyst()

Defines the color rgb(153, 102, 204).

android_green()

Defines the color rgb(61, 219, 135).

antique_brass()

Defines the color rgb(204, 147, 117).

antique_bronze()

Defines the color rgb(102, 91, 30).

antique_fuchsia()

Defines the color rgb(145, 91, 130).

antique_ruby()

Defines the color rgb(132, 28, 45).

antique_white()

Defines the color rgb(249, 234, 214).

antiquewhite()

See Fledex.Color.Names.CSS.antiquewhite/0.

apricot()

Defines the color rgb(249, 206, 175).

aqua()

Defines the color rgb(0, 255, 255).

aquamarine()

Defines the color rgb(127, 255, 211).

arctic_lime()

Defines the color rgb(209, 255, 20).

artichoke_green()

Defines the color rgb(73, 112, 68).

arylide_yellow()

Defines the color rgb(232, 214, 107).

ash_gray()

Defines the color rgb(178, 191, 181).

atomic_tangerine()

Defines the color rgb(255, 153, 102).

aureolin()

Defines the color rgb(252, 237, 0).

azure()

Defines the color rgb(0, 127, 255).

azure_x11_web_color()

Defines the color rgb(239, 255, 255).

b_dazzled_blue()

Defines the color rgb(45, 89, 147).

baby_blue()

Defines the color rgb(137, 206, 239).

baby_blue_eyes()

Defines the color rgb(160, 201, 242).

baby_pink()

Defines the color rgb(244, 193, 193).

baby_powder()

Defines the color rgb(255, 255, 249).

baker_miller_pink()

Defines the color rgb(255, 145, 175).

banana_mania()

Defines the color rgb(249, 232, 181).

barn_red()

Defines the color rgb(124, 10, 2).

battleship_grey()

Defines the color rgb(132, 132, 130).

beau_blue()

Defines the color rgb(188, 211, 229).

beaver()

Defines the color rgb(158, 130, 112).

beige()

Defines the color rgb(244, 244, 219).

big_dip_o_ruby()

Defines the color rgb(155, 38, 66).

bisque()

Defines the color rgb(255, 226, 196).

bistre()

Defines the color rgb(61, 43, 30).

bistre_brown()

Defines the color rgb(150, 112, 22).

bitter_lemon()

Defines the color rgb(201, 224, 12).

black()

Defines the color rgb(0, 0, 0).

black_bean()

Defines the color rgb(61, 12, 2).

black_coral()

Defines the color rgb(84, 96, 112).

black_olive()

Defines the color rgb(58, 61, 53).

black_shadows()

Defines the color rgb(191, 175, 178).

blanched_almond()

Defines the color rgb(255, 234, 204).

blanchedalmond()

See Fledex.Color.Names.CSS.blanchedalmond/0.

blast_off_bronze()

Defines the color rgb(165, 112, 99).

bleu_de_france()

Defines the color rgb(48, 140, 232).

blizzard_blue()

Defines the color rgb(170, 229, 237).

blood_red()

Defines the color rgb(102, 0, 0).

blue()

Defines the color rgb(0, 0, 255).

blue_bell()

Defines the color rgb(163, 163, 209).

blue_crayola()

Defines the color rgb(30, 117, 255).

blue_gray_crayola()

Defines the color rgb(102, 153, 204).

blue_jeans()

Defines the color rgb(91, 173, 237).

blue_munsell()

Defines the color rgb(0, 147, 175).

blue_ncs()

Defines the color rgb(0, 135, 188).

blue_pantone()

Defines the color rgb(0, 22, 168).

blue_pigment()

Defines the color rgb(51, 51, 153).

blue_sapphire()

Defines the color rgb(17, 96, 127).

blue_violet()

Defines the color rgb(137, 43, 226).

blue_yonder()

Defines the color rgb(79, 114, 165).

bluetiful()

Defines the color rgb(61, 104, 232).

blueviolet()

See Fledex.Color.Names.CSS.blueviolet/0.

blush()

Defines the color rgb(221, 91, 130).

bole()

Defines the color rgb(119, 68, 58).

bone()

Defines the color rgb(226, 216, 201).

brick_red()

Defines the color rgb(204, 63, 84).

bright_lilac()

Defines the color rgb(216, 145, 239).

bright_yellow_crayola()

Defines the color rgb(255, 170, 28).

bronze()

Defines the color rgb(204, 127, 51).

brown()

See Fledex.Color.Names.CSS.brown/0.

brown_sugar()

Defines the color rgb(175, 109, 76).

bud_green()

Defines the color rgb(122, 181, 96).

buff()

Defines the color rgb(255, 198, 127).

burgundy()

Defines the color rgb(127, 0, 33).

burlywood()

Defines the color rgb(221, 183, 135).

burnished_brown()

Defines the color rgb(160, 122, 114).

burnt_orange()

Defines the color rgb(204, 84, 0).

burnt_sienna()

Defines the color rgb(232, 114, 81).

burnt_umber()

Defines the color rgb(137, 51, 35).

byzantine()

Defines the color rgb(188, 51, 163).

byzantium()

Defines the color rgb(112, 40, 99).

cadet_blue()

Defines the color rgb(94, 158, 160).

cadet_grey()

Defines the color rgb(145, 163, 175).

cadetblue()

See Fledex.Color.Names.CSS.cadetblue/0.

cadmium_green()

Defines the color rgb(0, 107, 61).

cadmium_orange()

Defines the color rgb(237, 135, 45).

cafe_au_lait()

Defines the color rgb(165, 122, 91).

cafe_noir()

Defines the color rgb(73, 53, 33).

cambridge_blue()

Defines the color rgb(163, 193, 173).

camel()

Defines the color rgb(193, 153, 107).

cameo_pink()

Defines the color rgb(239, 186, 204).

canary()

Defines the color rgb(255, 255, 153).

canary_yellow()

Defines the color rgb(255, 239, 0).

candy_pink()

Defines the color rgb(226, 112, 122).

cardinal()

Defines the color rgb(196, 30, 58).

caribbean_green()

Defines the color rgb(0, 204, 153).

carmine()

Defines the color rgb(150, 0, 22).

carmine_m_p()

Defines the color rgb(214, 0, 63).

carnation_pink()

Defines the color rgb(255, 165, 201).

carnelian()

Defines the color rgb(178, 28, 28).

carolina_blue()

Defines the color rgb(86, 160, 211).

carrot_orange()

Defines the color rgb(237, 145, 33).

catawba()

Defines the color rgb(112, 53, 66).

cedar_chest()

Defines the color rgb(201, 89, 73).

celadon()

Defines the color rgb(170, 224, 175).

celeste()

Defines the color rgb(178, 255, 255).

cerise()

Defines the color rgb(221, 48, 99).

cerulean()

Defines the color rgb(0, 122, 165).

cerulean_blue()

Defines the color rgb(40, 81, 191).

cerulean_crayola()

Defines the color rgb(28, 170, 214).

cerulean_frost()

Defines the color rgb(109, 155, 193).

champagne()

Defines the color rgb(247, 232, 206).

champagne_pink()

Defines the color rgb(242, 221, 206).

charcoal()

Defines the color rgb(53, 68, 79).

charm_pink()

Defines the color rgb(229, 142, 170).

chartreuse()

See Fledex.Color.Names.CSS.chartreuse/0.

chartreuse_web()

Defines the color rgb(127, 255, 0).

cherry_blossom_pink()

Defines the color rgb(255, 183, 196).

chestnut()

Defines the color rgb(147, 68, 53).

chili_red()

Defines the color rgb(226, 61, 40).

china_pink()

Defines the color rgb(221, 112, 160).

chinese_red()

Defines the color rgb(170, 56, 30).

chinese_violet()

Defines the color rgb(132, 96, 135).

chinese_yellow()

Defines the color rgb(255, 178, 0).

chocolate()

See Fledex.Color.Names.CSS.chocolate/0.

chocolate_traditional()

Defines the color rgb(122, 63, 0).

chocolate_web()

Defines the color rgb(209, 104, 30).

cinereous()

Defines the color rgb(153, 130, 122).

cinnabar()

Defines the color rgb(226, 66, 51).

cinnamon_satin()

Defines the color rgb(204, 96, 124).

citrine()

Defines the color rgb(226, 209, 10).

citron()

Defines the color rgb(158, 168, 30).

claret()

Defines the color rgb(127, 22, 51).

coffee()

Defines the color rgb(112, 79, 56).

columbia_blue()

Defines the color rgb(186, 216, 234).

congo_pink()

Defines the color rgb(247, 130, 119).

cool_grey()

Defines the color rgb(140, 145, 170).

copper()

Defines the color rgb(183, 114, 51).

copper_crayola()

Defines the color rgb(216, 137, 102).

copper_penny()

Defines the color rgb(173, 112, 104).

copper_red()

Defines the color rgb(204, 109, 81).

copper_rose()

Defines the color rgb(153, 102, 102).

coquelicot()

Defines the color rgb(255, 56, 0).

coral()

Defines the color rgb(255, 127, 79).

coral_pink()

Defines the color rgb(247, 130, 119).

cordovan()

Defines the color rgb(137, 63, 68).

corn()

Defines the color rgb(249, 237, 91).

cornflower_blue()

Defines the color rgb(99, 147, 237).

cornflowerblue()

See Fledex.Color.Names.CSS.cornflowerblue/0.

cornsilk()

Defines the color rgb(255, 247, 219).

cosmic_cobalt()

Defines the color rgb(45, 45, 135).

cosmic_latte()

Defines the color rgb(255, 247, 232).

cotton_candy()

Defines the color rgb(255, 188, 216).

coyote_brown()

Defines the color rgb(130, 96, 61).

cream()

Defines the color rgb(255, 252, 209).

crimson()

Defines the color rgb(219, 20, 61).

crimson_ua()

Defines the color rgb(158, 28, 51).

cultured_pearl()

Defines the color rgb(244, 244, 244).

cyan()

Defines the color rgb(0, 255, 255).

cyan_process()

Defines the color rgb(0, 183, 234).

cyber_grape()

Defines the color rgb(89, 66, 124).

cyber_yellow()

Defines the color rgb(255, 211, 0).

cyclamen()

Defines the color rgb(244, 112, 160).

dark_brown()

Defines the color rgb(102, 66, 33).

dark_byzantium()

Defines the color rgb(91, 56, 84).

dark_cyan()

Defines the color rgb(0, 140, 140).

dark_electric_blue()

Defines the color rgb(84, 104, 119).

dark_goldenrod()

Defines the color rgb(183, 135, 10).

dark_green_x11()

Defines the color rgb(0, 99, 0).

dark_jungle_green()

Defines the color rgb(25, 35, 33).

dark_khaki()

Defines the color rgb(188, 183, 107).

dark_lava()

Defines the color rgb(71, 61, 51).

dark_liver_horses()

Defines the color rgb(84, 61, 56).

dark_magenta()

Defines the color rgb(140, 0, 140).

dark_olive_green()

Defines the color rgb(84, 107, 45).

dark_orange()

Defines the color rgb(255, 140, 0).

dark_orchid()

Defines the color rgb(153, 51, 204).

dark_purple()

Defines the color rgb(48, 25, 51).

dark_red()

Defines the color rgb(140, 0, 0).

dark_salmon()

Defines the color rgb(232, 150, 122).

dark_sea_green()

Defines the color rgb(142, 188, 142).

dark_sienna()

Defines the color rgb(61, 20, 20).

dark_sky_blue()

Defines the color rgb(140, 191, 214).

dark_slate_blue()

Defines the color rgb(71, 61, 140).

dark_slate_gray()

Defines the color rgb(45, 79, 79).

dark_spring_green()

Defines the color rgb(22, 114, 68).

dark_turquoise()

Defines the color rgb(0, 206, 209).

dark_violet()

Defines the color rgb(147, 0, 211).

darkblue()

See Fledex.Color.Names.CSS.darkblue/0.

darkcyan()

See Fledex.Color.Names.CSS.darkcyan/0.

darkgoldenrod()

See Fledex.Color.Names.CSS.darkgoldenrod/0.

darkgray()

See Fledex.Color.Names.CSS.darkgray/0.

darkgreen()

See Fledex.Color.Names.CSS.darkgreen/0.

darkgrey()

See Fledex.Color.Names.CSS.darkgrey/0.

darkkhaki()

See Fledex.Color.Names.CSS.darkkhaki/0.

darkmagenta()

See Fledex.Color.Names.CSS.darkmagenta/0.

darkolivegreen()

See Fledex.Color.Names.CSS.darkolivegreen/0.

darkorange()

See Fledex.Color.Names.CSS.darkorange/0.

darkorchid()

See Fledex.Color.Names.CSS.darkorchid/0.

darkred()

See Fledex.Color.Names.CSS.darkred/0.

darksalmon()

See Fledex.Color.Names.CSS.darksalmon/0.

darkseagreen()

See Fledex.Color.Names.CSS.darkseagreen/0.

darkslateblue()

See Fledex.Color.Names.CSS.darkslateblue/0.

darkslategray()

See Fledex.Color.Names.CSS.darkslategray/0.

darkslategrey()

See Fledex.Color.Names.CSS.darkslategrey/0.

darkturquoise()

See Fledex.Color.Names.CSS.darkturquoise/0.

darkviolet()

See Fledex.Color.Names.CSS.darkviolet/0.

davy_s_grey()

Defines the color rgb(84, 84, 84).

deep_cerise()

Defines the color rgb(216, 51, 135).

deep_champagne()

Defines the color rgb(249, 214, 165).

deep_chestnut()

Defines the color rgb(186, 79, 71).

deep_jungle_green()

Defines the color rgb(0, 73, 73).

deep_pink()

Defines the color rgb(255, 20, 147).

deep_saffron()

Defines the color rgb(255, 153, 51).

deep_sky_blue()

Defines the color rgb(0, 191, 255).

deep_space_sparkle()

Defines the color rgb(73, 99, 107).

deep_taupe()

Defines the color rgb(124, 94, 96).

deeppink()

See Fledex.Color.Names.CSS.deeppink/0.

deepskyblue()

See Fledex.Color.Names.CSS.deepskyblue/0.

denim()

Defines the color rgb(20, 96, 188).

denim_blue()

Defines the color rgb(33, 66, 181).

desert()

Defines the color rgb(193, 153, 107).

desert_sand()

Defines the color rgb(237, 201, 175).

dim_gray()

Defines the color rgb(104, 104, 104).

dimgray()

See Fledex.Color.Names.CSS.dimgray/0.

dimgrey()

See Fledex.Color.Names.CSS.dimgrey/0.

dodger_blue()

Defines the color rgb(30, 142, 255).

dodgerblue()

See Fledex.Color.Names.CSS.dodgerblue/0.

drab_dark_brown()

Defines the color rgb(73, 63, 40).

duke_blue()

Defines the color rgb(0, 0, 155).

dutch_white()

Defines the color rgb(239, 221, 186).

ebony()

Defines the color rgb(84, 91, 79).

ecru()

Defines the color rgb(193, 178, 127).

eerie_black()

Defines the color rgb(28, 28, 28).

eggplant()

Defines the color rgb(96, 63, 81).

eggshell()

Defines the color rgb(239, 234, 214).

electric_lime()

Defines the color rgb(204, 255, 0).

electric_purple()

Defines the color rgb(191, 0, 255).

electric_violet()

Defines the color rgb(142, 0, 255).

emerald()

Defines the color rgb(79, 198, 119).

eminence()

Defines the color rgb(107, 48, 130).

english_lavender()

Defines the color rgb(181, 130, 147).

english_red()

Defines the color rgb(170, 73, 81).

english_vermillion()

Defines the color rgb(204, 71, 73).

english_violet()

Defines the color rgb(86, 61, 91).

erin()

Defines the color rgb(0, 255, 63).

eton_blue()

Defines the color rgb(150, 198, 163).

fallow()

Defines the color rgb(193, 153, 107).

falu_red()

Defines the color rgb(127, 22, 22).

fandango()

Defines the color rgb(181, 51, 137).

fandango_pink()

Defines the color rgb(221, 81, 132).

fawn()

Defines the color rgb(229, 170, 112).

fern_green()

Defines the color rgb(79, 119, 66).

field_drab()

Defines the color rgb(107, 84, 30).

fiery_rose()

Defines the color rgb(255, 84, 112).

finn()

Defines the color rgb(104, 48, 104).

fire_engine_red()

Defines the color rgb(206, 33, 40).

firebrick()

Defines the color rgb(178, 33, 33).

flame()

Defines the color rgb(226, 89, 33).

flax()

Defines the color rgb(237, 219, 130).

flirt()

Defines the color rgb(163, 0, 109).

floral_white()

Defines the color rgb(255, 249, 239).

floralwhite()

See Fledex.Color.Names.CSS.floralwhite/0.

forest_green_web()

Defines the color rgb(33, 140, 33).

forestgreen()

See Fledex.Color.Names.CSS.forestgreen/0.

french_beige()

Defines the color rgb(165, 122, 91).

french_bistre()

Defines the color rgb(132, 109, 76).

french_blue()

Defines the color rgb(0, 114, 186).

french_fuchsia()

Defines the color rgb(252, 63, 145).

french_lilac()

Defines the color rgb(135, 96, 142).

french_lime()

Defines the color rgb(158, 252, 56).

french_mauve()

Defines the color rgb(211, 114, 211).

french_pink()

Defines the color rgb(252, 107, 158).

french_raspberry()

Defines the color rgb(198, 43, 71).

french_sky_blue()

Defines the color rgb(119, 181, 255).

french_violet()

Defines the color rgb(135, 5, 206).

frostbite()

Defines the color rgb(232, 53, 165).

fuchsia()

Defines the color rgb(255, 0, 255).

fuchsia_crayola()

Defines the color rgb(193, 84, 193).

fulvous()

Defines the color rgb(226, 132, 0).

fuzzy_wuzzy()

Defines the color rgb(135, 66, 30).

gainsboro()

Defines the color rgb(219, 219, 219).

gamboge()

Defines the color rgb(226, 155, 15).

generic_viridian()

Defines the color rgb(0, 127, 102).

ghost_white()

Defines the color rgb(247, 247, 255).

ghostwhite()

See Fledex.Color.Names.CSS.ghostwhite/0.

glaucous()

Defines the color rgb(96, 130, 181).

glossy_grape()

Defines the color rgb(170, 145, 178).

go_green()

Defines the color rgb(0, 170, 102).

gold()

See Fledex.Color.Names.CSS.gold/0.

gold_crayola()

Defines the color rgb(229, 191, 137).

gold_fusion()

Defines the color rgb(132, 117, 79).

gold_metallic()

Defines the color rgb(211, 175, 56).

gold_web_golden()

Defines the color rgb(255, 214, 0).

golden_brown()

Defines the color rgb(153, 102, 20).

golden_poppy()

Defines the color rgb(252, 193, 0).

golden_yellow()

Defines the color rgb(255, 221, 0).

goldenrod()

Defines the color rgb(216, 165, 33).

gotham_green()

Defines the color rgb(0, 86, 63).

granite_gray()

Defines the color rgb(102, 102, 102).

granny_smith_apple()

Defines the color rgb(168, 226, 160).

gray()

See Fledex.Color.Names.CSS.gray/0.

gray_web()

Defines the color rgb(127, 127, 127).

gray_x11_gray()

Defines the color rgb(191, 191, 191).

green()

Defines the color rgb(0, 255, 0).

green_blue()

Defines the color rgb(17, 99, 181).

green_crayola()

Defines the color rgb(28, 170, 119).

green_lizard()

Defines the color rgb(165, 244, 51).

green_munsell()

Defines the color rgb(0, 168, 119).

green_ncs()

Defines the color rgb(0, 158, 107).

green_pantone()

Defines the color rgb(0, 173, 66).

green_pigment()

Defines the color rgb(0, 165, 79).

green_sheen()

Defines the color rgb(109, 173, 160).

green_web()

Defines the color rgb(0, 127, 0).

greenyellow()

See Fledex.Color.Names.CSS.greenyellow/0.

grey()

See Fledex.Color.Names.CSS.grey/0.

gunmetal()

Defines the color rgb(40, 51, 56).

hansa_yellow()

Defines the color rgb(232, 214, 107).

harlequin()

Defines the color rgb(63, 255, 0).

harvest_gold()

Defines the color rgb(216, 145, 0).

heat_wave()

Defines the color rgb(255, 122, 0).

heliotrope()

Defines the color rgb(221, 114, 255).

heliotrope_gray()

Defines the color rgb(170, 153, 168).

hollywood_cerise()

Defines the color rgb(244, 0, 160).

honeydew()

See Fledex.Color.Names.CSS.honeydew/0.

honolulu_blue()

Defines the color rgb(0, 109, 175).

hooker_s_green()

Defines the color rgb(73, 119, 107).

hot_magenta()

Defines the color rgb(255, 28, 206).

hot_pink()

Defines the color rgb(255, 104, 181).

hotpink()

See Fledex.Color.Names.CSS.hotpink/0.

hunter_green()

Defines the color rgb(53, 94, 58).

iceberg()

Defines the color rgb(112, 165, 209).

illuminating_emerald()

Defines the color rgb(48, 145, 119).

imperial_red()

Defines the color rgb(237, 40, 56).

inchworm()

Defines the color rgb(178, 237, 91).

independence()

Defines the color rgb(76, 81, 109).

india_green()

Defines the color rgb(17, 135, 7).

indian_red()

Defines the color rgb(204, 91, 91).

indian_yellow()

Defines the color rgb(226, 168, 86).

indianred()

See Fledex.Color.Names.CSS.indianred/0.

indigo()

Defines the color rgb(73, 0, 130).

indigo_dye()

Defines the color rgb(0, 63, 107).

international_klein_blue()

Defines the color rgb(17, 10, 142).

international_orange_engineering()

Defines the color rgb(186, 22, 12).

international_orange_golden_gate_bridge()

Defines the color rgb(191, 53, 43).

irresistible()

Defines the color rgb(178, 68, 107).

isabelline()

Defines the color rgb(244, 239, 237).

italian_sky_blue()

Defines the color rgb(178, 255, 255).

ivory()

Defines the color rgb(255, 255, 239).

japanese_carmine()

Defines the color rgb(158, 40, 51).

japanese_violet()

Defines the color rgb(91, 51, 86).

jasmine()

Defines the color rgb(247, 221, 124).

jazzberry_jam()

Defines the color rgb(165, 10, 94).

jet()

Defines the color rgb(51, 51, 51).

jonquil()

Defines the color rgb(244, 201, 22).

june_bud()

Defines the color rgb(188, 216, 86).

jungle_green()

Defines the color rgb(40, 170, 135).

kelly_green()

Defines the color rgb(76, 186, 22).

keppel()

Defines the color rgb(58, 175, 158).

key_lime()

Defines the color rgb(232, 244, 140).

khaki()

See Fledex.Color.Names.CSS.khaki/0.

khaki_web()

Defines the color rgb(193, 175, 145).

khaki_x11_light_khaki()

Defines the color rgb(239, 229, 140).

kobe()

Defines the color rgb(135, 45, 22).

kobi()

Defines the color rgb(232, 158, 196).

kobicha()

Defines the color rgb(107, 68, 35).

ksu_purple()

Defines the color rgb(79, 38, 130).

languid_lavender()

Defines the color rgb(214, 201, 221).

lapis_lazuli()

Defines the color rgb(38, 96, 155).

laser_lemon()

Defines the color rgb(255, 255, 102).

laurel_green()

Defines the color rgb(168, 186, 158).

lava()

Defines the color rgb(206, 15, 33).

lavender()

See Fledex.Color.Names.CSS.lavender/0.

lavender_blue()

Defines the color rgb(204, 204, 255).

lavender_blush()

Defines the color rgb(255, 239, 244).

lavender_floral()

Defines the color rgb(181, 124, 219).

lavender_gray()

Defines the color rgb(196, 193, 209).

lavender_web()

Defines the color rgb(229, 229, 249).

lavenderblush()

See Fledex.Color.Names.CSS.lavenderblush/0.

lawn_green()

Defines the color rgb(124, 252, 0).

lawngreen()

See Fledex.Color.Names.CSS.lawngreen/0.

lemon()

Defines the color rgb(255, 247, 0).

lemon_chiffon()

Defines the color rgb(255, 249, 204).

lemon_curry()

Defines the color rgb(204, 160, 28).

lemon_glacier()

Defines the color rgb(252, 255, 0).

lemon_meringue()

Defines the color rgb(244, 234, 191).

lemon_yellow()

Defines the color rgb(255, 244, 79).

lemon_yellow_crayola()

Defines the color rgb(255, 255, 158).

lemonchiffon()

See Fledex.Color.Names.CSS.lemonchiffon/0.

liberty()

Defines the color rgb(84, 89, 165).

light_blue()

Defines the color rgb(173, 216, 229).

light_coral()

Defines the color rgb(239, 127, 127).

light_cornflower_blue()

Defines the color rgb(147, 204, 234).

light_cyan()

Defines the color rgb(224, 255, 255).

light_french_beige()

Defines the color rgb(198, 173, 127).

light_goldenrod_yellow()

Defines the color rgb(249, 249, 209).

light_gray()

Defines the color rgb(211, 211, 211).

light_green()

Defines the color rgb(142, 237, 142).

light_orange()

Defines the color rgb(255, 216, 175).

light_periwinkle()

Defines the color rgb(196, 204, 224).

light_pink()

Defines the color rgb(255, 181, 193).

light_salmon()

Defines the color rgb(255, 160, 122).

light_sea_green()

Defines the color rgb(33, 178, 170).

light_sky_blue()

Defines the color rgb(135, 206, 249).

light_slate_gray()

Defines the color rgb(119, 135, 153).

light_steel_blue()

Defines the color rgb(175, 196, 221).

light_yellow()

Defines the color rgb(255, 255, 224).

lightblue()

See Fledex.Color.Names.CSS.lightblue/0.

lightcoral()

See Fledex.Color.Names.CSS.lightcoral/0.

lightcyan()

See Fledex.Color.Names.CSS.lightcyan/0.

lightgoldenrodyellow()

See Fledex.Color.Names.CSS.lightgoldenrodyellow/0.

lightgray()

See Fledex.Color.Names.CSS.lightgray/0.

lightgreen()

See Fledex.Color.Names.CSS.lightgreen/0.

lightgrey()

See Fledex.Color.Names.CSS.lightgrey/0.

lightpink()

See Fledex.Color.Names.CSS.lightpink/0.

lightsalmon()

See Fledex.Color.Names.CSS.lightsalmon/0.

lightseagreen()

See Fledex.Color.Names.CSS.lightseagreen/0.

lightskyblue()

See Fledex.Color.Names.CSS.lightskyblue/0.

lightslategray()

See Fledex.Color.Names.CSS.lightslategray/0.

lightslategrey()

See Fledex.Color.Names.CSS.lightslategrey/0.

lightsteelblue()

See Fledex.Color.Names.CSS.lightsteelblue/0.

lightyellow()

See Fledex.Color.Names.CSS.lightyellow/0.

lilac()

Defines the color rgb(198, 163, 198).

lilac_luster()

Defines the color rgb(173, 153, 170).

lime()

See Fledex.Color.Names.CSS.lime/0.

lime_color_wheel()

Defines the color rgb(191, 255, 0).

lime_green()

Defines the color rgb(51, 204, 51).

lime_web_x11_green()

Defines the color rgb(0, 255, 0).

limegreen()

See Fledex.Color.Names.CSS.limegreen/0.

lincoln_green()

Defines the color rgb(25, 89, 5).

linen()

Defines the color rgb(249, 239, 229).

lion()

Defines the color rgb(221, 204, 155).

liseran_purple()

Defines the color rgb(221, 112, 160).

little_boy_blue()

Defines the color rgb(107, 160, 219).

liver()

Defines the color rgb(102, 76, 71).

liver_chestnut()

Defines the color rgb(153, 114, 86).

liver_dogs()

Defines the color rgb(183, 109, 40).

liver_organ()

Defines the color rgb(107, 45, 30).

livid()

Defines the color rgb(102, 153, 204).

macaroni_and_cheese()

Defines the color rgb(255, 188, 135).

madder_lake()

Defines the color rgb(204, 51, 53).

magenta()

Defines the color rgb(255, 0, 255).

magenta_crayola()

Defines the color rgb(244, 84, 165).

magenta_dye()

Defines the color rgb(201, 30, 122).

magenta_haze()

Defines the color rgb(158, 68, 117).

magenta_pantone()

Defines the color rgb(209, 63, 124).

magenta_process()

Defines the color rgb(255, 0, 142).

magic_mint()

Defines the color rgb(170, 239, 209).

magnolia()

Defines the color rgb(242, 232, 214).

mahogany()

Defines the color rgb(191, 63, 0).

maize()

Defines the color rgb(249, 237, 91).

maize_crayola()

Defines the color rgb(242, 198, 73).

majorelle_blue()

Defines the color rgb(96, 79, 219).

malachite()

Defines the color rgb(10, 216, 81).

manatee()

Defines the color rgb(150, 153, 170).

mandarin()

Defines the color rgb(242, 122, 71).

mango()

Defines the color rgb(252, 191, 2).

mango_tango()

Defines the color rgb(255, 130, 66).

mantis()

Defines the color rgb(114, 193, 102).

mardi_gras()

Defines the color rgb(135, 0, 132).

marigold()

Defines the color rgb(234, 163, 33).

maroon()

See Fledex.Color.Names.CSS.maroon/0.

maroon_crayola()

Defines the color rgb(193, 33, 71).

maroon_web()

Defines the color rgb(127, 0, 0).

maroon_x11()

Defines the color rgb(175, 48, 96).

mauve()

Defines the color rgb(224, 175, 255).

mauve_taupe()

Defines the color rgb(145, 94, 109).

mauvelous()

Defines the color rgb(239, 153, 170).

maximum_blue()

Defines the color rgb(71, 170, 204).

maximum_blue_green()

Defines the color rgb(48, 191, 191).

maximum_blue_purple()

Defines the color rgb(170, 170, 229).

maximum_green()

Defines the color rgb(94, 140, 48).

maximum_green_yellow()

Defines the color rgb(216, 229, 79).

maximum_purple()

Defines the color rgb(114, 51, 127).

maximum_red()

Defines the color rgb(216, 33, 33).

maximum_red_purple()

Defines the color rgb(165, 58, 119).

maximum_yellow()

Defines the color rgb(249, 249, 56).

maximum_yellow_red()

Defines the color rgb(242, 186, 73).

may_green()

Defines the color rgb(76, 145, 63).

maya_blue()

Defines the color rgb(114, 193, 249).

medium_aquamarine()

Defines the color rgb(102, 221, 170).

medium_blue()

Defines the color rgb(0, 0, 204).

medium_candy_apple_red()

Defines the color rgb(226, 5, 43).

medium_carmine()

Defines the color rgb(175, 63, 53).

medium_champagne()

Defines the color rgb(242, 229, 170).

medium_orchid()

Defines the color rgb(186, 84, 211).

medium_purple()

Defines the color rgb(147, 112, 219).

medium_sea_green()

Defines the color rgb(61, 178, 112).

medium_slate_blue()

Defines the color rgb(122, 104, 237).

medium_spring_green()

Defines the color rgb(0, 249, 153).

medium_turquoise()

Defines the color rgb(71, 209, 204).

medium_violet_red()

Defines the color rgb(198, 20, 132).

mediumaquamarine()

See Fledex.Color.Names.CSS.mediumaquamarine/0.

mediumblue()

See Fledex.Color.Names.CSS.mediumblue/0.

mediumorchid()

See Fledex.Color.Names.CSS.mediumorchid/0.

mediumpurple()

See Fledex.Color.Names.CSS.mediumpurple/0.

mediumseagreen()

See Fledex.Color.Names.CSS.mediumseagreen/0.

mediumslateblue()

See Fledex.Color.Names.CSS.mediumslateblue/0.

mediumspringgreen()

See Fledex.Color.Names.CSS.mediumspringgreen/0.

mediumturquoise()

See Fledex.Color.Names.CSS.mediumturquoise/0.

mediumvioletred()

See Fledex.Color.Names.CSS.mediumvioletred/0.

mellow_apricot()

Defines the color rgb(247, 183, 119).

mellow_yellow()

Defines the color rgb(247, 221, 124).

melon()

Defines the color rgb(255, 186, 173).

metallic_gold()

Defines the color rgb(211, 175, 56).

metallic_seaweed()

Defines the color rgb(10, 124, 140).

metallic_sunburst()

Defines the color rgb(155, 124, 56).

mexican_pink()

Defines the color rgb(226, 0, 124).

middle_blue()

Defines the color rgb(124, 211, 229).

middle_blue_green()

Defines the color rgb(140, 216, 204).

middle_blue_purple()

Defines the color rgb(140, 114, 191).

middle_green()

Defines the color rgb(76, 140, 86).

middle_green_yellow()

Defines the color rgb(170, 191, 96).

middle_grey()

Defines the color rgb(140, 135, 127).

middle_purple()

Defines the color rgb(216, 130, 181).

middle_red()

Defines the color rgb(229, 142, 114).

middle_red_purple()

Defines the color rgb(165, 84, 84).

middle_yellow()

Defines the color rgb(255, 234, 0).

middle_yellow_red()

Defines the color rgb(237, 175, 117).

midnight()

Defines the color rgb(112, 38, 112).

midnight_blue()

Defines the color rgb(25, 25, 112).

midnight_green_eagle_green()

Defines the color rgb(0, 73, 84).

midnightblue()

See Fledex.Color.Names.CSS.midnightblue/0.

mikado_yellow()

Defines the color rgb(255, 196, 12).

mimi_pink()

Defines the color rgb(255, 216, 232).

mindaro()

Defines the color rgb(226, 249, 135).

ming()

Defines the color rgb(53, 114, 124).

minion_yellow()

Defines the color rgb(244, 219, 79).

mint()

Defines the color rgb(61, 181, 137).

mint_cream()

Defines the color rgb(244, 255, 249).

mint_green()

Defines the color rgb(153, 255, 153).

mintcream()

See Fledex.Color.Names.CSS.mintcream/0.

misty_moss()

Defines the color rgb(186, 181, 119).

misty_rose()

Defines the color rgb(255, 226, 224).

mistyrose()

See Fledex.Color.Names.CSS.mistyrose/0.

moccasin()

See Fledex.Color.Names.CSS.moccasin/0.

mode_beige()

Defines the color rgb(150, 112, 22).

mona_lisa()

Defines the color rgb(255, 147, 142).

morning_blue()

Defines the color rgb(140, 163, 153).

moss_green()

Defines the color rgb(137, 153, 91).

mountain_meadow()

Defines the color rgb(48, 186, 142).

mountbatten_pink()

Defines the color rgb(153, 122, 140).

msu_green()

Defines the color rgb(22, 68, 58).

mulberry()

Defines the color rgb(196, 73, 140).

mulberry_crayola()

Defines the color rgb(198, 79, 155).

mustard()

Defines the color rgb(255, 219, 89).

myrtle_green()

Defines the color rgb(48, 119, 114).

mystic()

Defines the color rgb(214, 81, 130).

mystic_maroon()

Defines the color rgb(173, 66, 119).

nadeshiko_pink()

Defines the color rgb(244, 173, 198).

naples_yellow()

Defines the color rgb(249, 216, 94).

neon_blue()

Defines the color rgb(68, 102, 255).

neon_fuchsia()

Defines the color rgb(255, 63, 99).

neon_green()

Defines the color rgb(56, 255, 20).

new_york_pink()

Defines the color rgb(214, 130, 127).

nickel()

Defines the color rgb(114, 114, 114).

non_photo_blue()

Defines the color rgb(163, 221, 237).

nyanza()

Defines the color rgb(232, 255, 219).

ochre()

Defines the color rgb(204, 119, 33).

old_burgundy()

Defines the color rgb(66, 48, 45).

old_gold()

Defines the color rgb(206, 181, 58).

old_lace()

Defines the color rgb(252, 244, 229).

old_lavender()

Defines the color rgb(119, 104, 119).

old_mauve()

Defines the color rgb(102, 48, 71).

old_rose()

Defines the color rgb(191, 127, 130).

old_silver()

Defines the color rgb(132, 132, 130).

oldlace()

See Fledex.Color.Names.CSS.oldlace/0.

olive()

Defines the color rgb(127, 127, 0).

olive_drab_3()

Defines the color rgb(107, 142, 35).

olive_drab_7()

Defines the color rgb(61, 51, 30).

olive_green()

Defines the color rgb(181, 178, 91).

olivedrab()

See Fledex.Color.Names.CSS.olivedrab/0.

olivine()

Defines the color rgb(153, 186, 114).

onyx()

Defines the color rgb(53, 56, 56).

opal()

Defines the color rgb(168, 193, 188).

opera_mauve()

Defines the color rgb(183, 132, 165).

orange()

Defines the color rgb(255, 127, 0).

orange_crayola()

Defines the color rgb(255, 117, 56).

orange_pantone()

Defines the color rgb(255, 89, 0).

orange_peel()

Defines the color rgb(255, 158, 0).

orange_red()

Defines the color rgb(255, 104, 30).

orange_red_crayola()

Defines the color rgb(255, 84, 73).

orange_soda()

Defines the color rgb(249, 91, 61).

orange_web()

Defines the color rgb(255, 165, 0).

orange_yellow()

Defines the color rgb(244, 188, 30).

orange_yellow_crayola()

Defines the color rgb(247, 214, 104).

orangered()

See Fledex.Color.Names.CSS.orangered/0.

orchid()

Defines the color rgb(216, 112, 214).

orchid_crayola()

Defines the color rgb(226, 155, 209).

orchid_pink()

Defines the color rgb(242, 188, 204).

ou_crimson_red()

Defines the color rgb(132, 22, 22).

outer_space_crayola()

Defines the color rgb(45, 56, 58).

outrageous_orange()

Defines the color rgb(255, 109, 73).

oxblood()

Defines the color rgb(73, 0, 0).

oxford_blue()

Defines the color rgb(0, 33, 71).

pacific_blue()

Defines the color rgb(28, 168, 201).

pakistan_green()

Defines the color rgb(0, 102, 0).

palatinate_purple()

Defines the color rgb(104, 40, 96).

pale_aqua()

Defines the color rgb(191, 211, 229).

pale_cerulean()

Defines the color rgb(155, 196, 226).

pale_dogwood()

Defines the color rgb(237, 122, 155).

pale_pink()

Defines the color rgb(249, 216, 221).

pale_purple_pantone()

Defines the color rgb(249, 229, 249).

pale_spring_bud()

Defines the color rgb(237, 234, 188).

palegoldenrod()

See Fledex.Color.Names.CSS.palegoldenrod/0.

palegreen()

See Fledex.Color.Names.CSS.palegreen/0.

paleturquoise()

See Fledex.Color.Names.CSS.paleturquoise/0.

palevioletred()

See Fledex.Color.Names.CSS.palevioletred/0.

pansy_purple()

Defines the color rgb(119, 22, 73).

paolo_veronese_green()

Defines the color rgb(0, 155, 124).

papaya_whip()

Defines the color rgb(255, 239, 214).

papayawhip()

See Fledex.Color.Names.CSS.papayawhip/0.

paradise_pink()

Defines the color rgb(229, 61, 96).

parchment()

Defines the color rgb(242, 232, 209).

paris_green()

Defines the color rgb(79, 198, 119).

pastel_pink()

Defines the color rgb(221, 165, 163).

patriarch()

Defines the color rgb(127, 0, 127).

paua()

Defines the color rgb(30, 0, 94).

payne_s_grey()

Defines the color rgb(84, 104, 119).

peach()

Defines the color rgb(255, 229, 181).

peach_crayola()

Defines the color rgb(255, 204, 163).

peach_puff()

Defines the color rgb(255, 216, 186).

peachpuff()

See Fledex.Color.Names.CSS.peachpuff/0.

pear()

Defines the color rgb(209, 226, 48).

pearly_purple()

Defines the color rgb(183, 104, 163).

periwinkle()

Defines the color rgb(204, 204, 255).

periwinkle_crayola()

Defines the color rgb(193, 204, 229).

permanent_geranium_lake()

Defines the color rgb(224, 43, 43).

persian_blue()

Defines the color rgb(28, 56, 186).

persian_green()

Defines the color rgb(0, 165, 147).

persian_indigo()

Defines the color rgb(51, 17, 122).

persian_orange()

Defines the color rgb(216, 142, 89).

persian_pink()

Defines the color rgb(247, 127, 191).

persian_plum()

Defines the color rgb(112, 28, 28).

persian_red()

Defines the color rgb(204, 51, 51).

persian_rose()

Defines the color rgb(255, 40, 163).

persimmon()

Defines the color rgb(237, 89, 0).

peru()

See Fledex.Color.Names.CSS.peru/0.

pewter_blue()

Defines the color rgb(140, 168, 183).

phlox()

Defines the color rgb(221, 0, 255).

phthalo_blue()

Defines the color rgb(0, 15, 137).

phthalo_green()

Defines the color rgb(17, 53, 35).

picotee_blue()

Defines the color rgb(45, 38, 135).

pictorial_carmine()

Defines the color rgb(193, 10, 79).

piggy_pink()

Defines the color rgb(252, 221, 229).

pine_green()

Defines the color rgb(0, 119, 112).

pine_tree()

Defines the color rgb(40, 45, 35).

pink()

Defines the color rgb(255, 191, 204).

pink_lace()

Defines the color rgb(255, 221, 244).

pink_lavender()

Defines the color rgb(216, 178, 209).

pink_pantone()

Defines the color rgb(214, 71, 147).

pink_sherbet()

Defines the color rgb(247, 142, 165).

pistachio()

Defines the color rgb(147, 196, 114).

platinum()

Defines the color rgb(229, 226, 226).

plum()

Defines the color rgb(142, 68, 132).

plum_web()

Defines the color rgb(221, 160, 221).

plump_purple()

Defines the color rgb(89, 68, 178).

polished_pine()

Defines the color rgb(91, 163, 147).

pomp_and_power()

Defines the color rgb(135, 96, 142).

popstar()

Defines the color rgb(191, 79, 96).

portland_orange()

Defines the color rgb(255, 89, 53).

powder_blue()

Defines the color rgb(175, 224, 229).

powderblue()

See Fledex.Color.Names.CSS.powderblue/0.

princeton_orange()

Defines the color rgb(244, 127, 38).

process_yellow()

Defines the color rgb(255, 239, 0).

prune()

Defines the color rgb(112, 28, 28).

prussian_blue()

Defines the color rgb(0, 48, 84).

psychedelic_purple()

Defines the color rgb(221, 0, 255).

puce()

Defines the color rgb(204, 135, 153).

pullman_brown_ups_brown()

Defines the color rgb(99, 63, 22).

pumpkin()

Defines the color rgb(255, 117, 22).

purple()

Defines the color rgb(96, 0, 127).

purple_mountain_majesty()

Defines the color rgb(150, 119, 181).

purple_munsell()

Defines the color rgb(158, 0, 196).

purple_navy()

Defines the color rgb(79, 81, 127).

purple_pizzazz()

Defines the color rgb(255, 79, 216).

purple_plum()

Defines the color rgb(155, 81, 181).

purple_web()

Defines the color rgb(127, 0, 127).

purple_x11()

Defines the color rgb(160, 33, 239).

purpureus()

Defines the color rgb(153, 79, 173).

queen_blue()

Defines the color rgb(66, 107, 147).

queen_pink()

Defines the color rgb(232, 204, 214).

quick_silver()

Defines the color rgb(165, 165, 165).

quinacridone_magenta()

Defines the color rgb(142, 58, 89).

radical_red()

Defines the color rgb(255, 53, 94).

raisin_black()

Defines the color rgb(35, 33, 35).

rajah()

Defines the color rgb(249, 170, 96).

raspberry()

Defines the color rgb(226, 10, 91).

raspberry_glace()

Defines the color rgb(145, 94, 109).

raspberry_rose()

Defines the color rgb(178, 68, 107).

raw_sienna()

Defines the color rgb(214, 137, 89).

raw_umber()

Defines the color rgb(130, 102, 68).

razzle_dazzle_rose()

Defines the color rgb(255, 51, 204).

razzmatazz()

Defines the color rgb(226, 38, 107).

razzmic_berry()

Defines the color rgb(140, 79, 132).

rebecca_purple()

Defines the color rgb(102, 51, 153).

rebeccapurple()

See Fledex.Color.Names.CSS.rebeccapurple/0.

red()

Defines the color rgb(255, 0, 0).

red_crayola()

Defines the color rgb(237, 33, 76).

red_munsell()

Defines the color rgb(242, 0, 61).

red_ncs()

Defines the color rgb(196, 2, 51).

red_orange()

Defines the color rgb(255, 84, 73).

red_orange_color_wheel()

Defines the color rgb(255, 68, 0).

red_orange_crayola()

Defines the color rgb(255, 104, 30).

red_pantone()

Defines the color rgb(237, 40, 56).

red_pigment()

Defines the color rgb(237, 28, 35).

red_purple()

Defines the color rgb(226, 0, 119).

red_ryb()

Defines the color rgb(255, 38, 17).

red_salsa()

Defines the color rgb(252, 58, 73).

red_violet()

Defines the color rgb(198, 20, 132).

red_violet_color_wheel()

Defines the color rgb(145, 43, 61).

red_violet_crayola()

Defines the color rgb(191, 68, 142).

redwood()

Defines the color rgb(163, 89, 81).

resolution_blue()

Defines the color rgb(0, 35, 135).

rhythm()

Defines the color rgb(119, 117, 150).

rich_black()

Defines the color rgb(0, 63, 63).

rich_black_fogra29()

Defines the color rgb(0, 10, 17).

rich_black_fogra39()

Defines the color rgb(0, 2, 2).

rifle_green()

Defines the color rgb(68, 76, 56).

robin_egg_blue()

Defines the color rgb(0, 204, 204).

rocket_metallic()

Defines the color rgb(137, 127, 127).

rojo_spanish_red()

Defines the color rgb(168, 17, 0).

roman_silver()

Defines the color rgb(130, 137, 150).

rose()

Defines the color rgb(255, 0, 127).

rose_bonbon()

Defines the color rgb(249, 66, 158).

rose_dust()

Defines the color rgb(158, 94, 112).

rose_ebony()

Defines the color rgb(102, 71, 68).

rose_madder()

Defines the color rgb(226, 38, 53).

rose_pink()

Defines the color rgb(255, 102, 204).

rose_pompadour()

Defines the color rgb(237, 122, 155).

rose_red()

Defines the color rgb(193, 30, 86).

rose_taupe()

Defines the color rgb(142, 91, 91).

rose_vale()

Defines the color rgb(170, 79, 81).

rosewood()

Defines the color rgb(102, 0, 10).

rosso_corsa()

Defines the color rgb(211, 0, 0).

rosy_brown()

Defines the color rgb(188, 142, 142).

rosybrown()

See Fledex.Color.Names.CSS.rosybrown/0.

royal_blue_dark()

Defines the color rgb(0, 35, 102).

royal_blue_light()

Defines the color rgb(63, 104, 224).

royal_purple()

Defines the color rgb(119, 81, 168).

royal_yellow()

Defines the color rgb(249, 216, 94).

royalblue()

See Fledex.Color.Names.CSS.royalblue/0.

ruber()

Defines the color rgb(206, 68, 117).

rubine_red()

Defines the color rgb(209, 0, 86).

ruby()

Defines the color rgb(224, 17, 94).

ruby_red()

Defines the color rgb(155, 17, 30).

rufous()

Defines the color rgb(168, 28, 7).

russet()

Defines the color rgb(127, 68, 28).

russian_green()

Defines the color rgb(102, 145, 102).

russian_violet()

Defines the color rgb(51, 22, 76).

rust()

Defines the color rgb(183, 63, 12).

rusty_red()

Defines the color rgb(216, 43, 66).

sacramento_state_green()

Defines the color rgb(5, 56, 38).

saddle_brown()

Defines the color rgb(140, 68, 17).

saddlebrown()

See Fledex.Color.Names.CSS.saddlebrown/0.

safety_orange()

Defines the color rgb(255, 119, 0).

safety_orange_blaze_orange()

Defines the color rgb(255, 102, 0).

safety_yellow()

Defines the color rgb(237, 209, 2).

saffron()

Defines the color rgb(244, 196, 48).

sage()

Defines the color rgb(188, 183, 137).

salmon()

Defines the color rgb(249, 127, 114).

salmon_pink()

Defines the color rgb(255, 145, 163).

sand()

Defines the color rgb(193, 178, 127).

sand_dune()

Defines the color rgb(150, 112, 22).

sandy_brown()

Defines the color rgb(244, 163, 96).

sandybrown()

See Fledex.Color.Names.CSS.sandybrown/0.

sap_green()

Defines the color rgb(79, 124, 40).

sapphire()

Defines the color rgb(15, 81, 186).

sapphire_blue()

Defines the color rgb(0, 102, 165).

sapphire_crayola()

Defines the color rgb(45, 91, 160).

satin_sheen_gold()

Defines the color rgb(204, 160, 53).

scarlet()

Defines the color rgb(255, 35, 0).

schauss_pink()

Defines the color rgb(255, 145, 175).

school_bus_yellow()

Defines the color rgb(255, 216, 0).

screamin_green()

Defines the color rgb(102, 255, 102).

sea_green()

Defines the color rgb(45, 140, 86).

sea_green_crayola()

Defines the color rgb(0, 255, 204).

seagreen()

See Fledex.Color.Names.CSS.seagreen/0.

seal_brown()

Defines the color rgb(51, 20, 20).

seance()

Defines the color rgb(96, 33, 135).

seashell()

Defines the color rgb(255, 244, 237).

secret()

Defines the color rgb(117, 66, 114).

selective_yellow()

Defines the color rgb(255, 186, 0).

sepia()

Defines the color rgb(112, 66, 20).

shadow()

Defines the color rgb(137, 119, 91).

shadow_blue()

Defines the color rgb(119, 140, 165).

shamrock_green()

Defines the color rgb(0, 158, 96).

sheen_green()

Defines the color rgb(142, 211, 0).

shimmering_blush()

Defines the color rgb(216, 135, 147).

shiny_shamrock()

Defines the color rgb(94, 165, 119).

shocking_pink()

Defines the color rgb(252, 15, 191).

shocking_pink_crayola()

Defines the color rgb(255, 112, 255).

sienna()

Defines the color rgb(135, 45, 22).

silver()

Defines the color rgb(191, 191, 191).

silver_chalice()

Defines the color rgb(170, 170, 170).

silver_crayola()

Defines the color rgb(201, 191, 186).

silver_metallic()

Defines the color rgb(170, 168, 173).

silver_pink()

Defines the color rgb(196, 173, 173).

silver_sand()

Defines the color rgb(191, 193, 193).

sinopia()

Defines the color rgb(204, 63, 10).

sizzling_red()

Defines the color rgb(255, 56, 84).

sizzling_sunrise()

Defines the color rgb(255, 219, 0).

skobeloff()

Defines the color rgb(0, 114, 114).

sky_blue()

Defines the color rgb(135, 206, 234).

sky_blue_crayola()

Defines the color rgb(117, 214, 234).

sky_magenta()

Defines the color rgb(206, 112, 175).

skyblue()

See Fledex.Color.Names.CSS.skyblue/0.

slate_blue()

Defines the color rgb(107, 89, 204).

slate_gray()

Defines the color rgb(112, 127, 142).

slateblue()

See Fledex.Color.Names.CSS.slateblue/0.

slategray()

See Fledex.Color.Names.CSS.slategray/0.

slategrey()

See Fledex.Color.Names.CSS.slategrey/0.

slimy_green()

Defines the color rgb(40, 150, 22).

smitten()

Defines the color rgb(198, 63, 135).

smoky_black()

Defines the color rgb(15, 12, 7).

snow()

Defines the color rgb(255, 249, 249).

solid_pink()

Defines the color rgb(137, 56, 66).

sonic_silver()

Defines the color rgb(117, 117, 117).

space_cadet()

Defines the color rgb(28, 40, 81).

spanish_bistre()

Defines the color rgb(127, 117, 51).

spanish_blue()

Defines the color rgb(0, 112, 183).

spanish_carmine()

Defines the color rgb(209, 0, 71).

spanish_gray()

Defines the color rgb(153, 153, 153).

spanish_green()

Defines the color rgb(0, 145, 79).

spanish_orange()

Defines the color rgb(232, 96, 0).

spanish_pink()

Defines the color rgb(247, 191, 191).

spanish_red()

Defines the color rgb(229, 0, 38).

spanish_sky_blue()

Defines the color rgb(0, 255, 255).

spanish_violet()

Defines the color rgb(76, 40, 130).

spanish_viridian()

Defines the color rgb(0, 127, 91).

spring_bud()

Defines the color rgb(165, 252, 0).

spring_frost()

Defines the color rgb(135, 255, 40).

spring_green()

Defines the color rgb(0, 255, 127).

spring_green_crayola()

Defines the color rgb(237, 234, 188).

springgreen()

See Fledex.Color.Names.CSS.springgreen/0.

st_patrick_s_blue()

Defines the color rgb(35, 40, 122).

star_command_blue()

Defines the color rgb(0, 122, 183).

steel_blue()

Defines the color rgb(68, 130, 181).

steel_pink()

Defines the color rgb(204, 51, 204).

steelblue()

See Fledex.Color.Names.CSS.steelblue/0.

stil_de_grain_yellow()

Defines the color rgb(249, 216, 94).

straw()

Defines the color rgb(226, 216, 112).

strawberry()

Defines the color rgb(249, 79, 84).

strawberry_blonde()

Defines the color rgb(255, 147, 96).

strong_lime_green()

Defines the color rgb(51, 204, 51).

sugar_plum()

Defines the color rgb(145, 79, 117).

sunglow()

Defines the color rgb(255, 204, 51).

sunray()

Defines the color rgb(226, 170, 86).

sunset()

Defines the color rgb(249, 214, 165).

super_pink()

Defines the color rgb(206, 107, 168).

sweet_brown()

Defines the color rgb(168, 56, 48).

syracuse_orange()

Defines the color rgb(211, 68, 0).

tan()

Defines the color rgb(209, 181, 140).

tan_crayola()

Defines the color rgb(216, 153, 107).

tangerine()

Defines the color rgb(242, 132, 0).

tango_pink()

Defines the color rgb(226, 112, 122).

tart_orange()

Defines the color rgb(249, 76, 68).

taupe()

Defines the color rgb(71, 61, 51).

taupe_gray()

Defines the color rgb(140, 132, 137).

tea_green()

Defines the color rgb(209, 239, 191).

tea_rose()

Defines the color rgb(244, 193, 193).

teal()

Defines the color rgb(0, 127, 127).

teal_blue()

Defines the color rgb(53, 117, 135).

telemagenta()

Defines the color rgb(206, 51, 117).

tenne_tawny()

Defines the color rgb(204, 86, 0).

terra_cotta()

Defines the color rgb(226, 114, 91).

thistle()

Defines the color rgb(216, 191, 216).

thulian_pink()

Defines the color rgb(221, 112, 160).

tickle_me_pink()

Defines the color rgb(252, 137, 170).

tiffany_blue()

Defines the color rgb(10, 186, 181).

timberwolf()

Defines the color rgb(219, 214, 209).

titanium_yellow()

Defines the color rgb(237, 229, 0).

tomato()

Defines the color rgb(255, 99, 71).

tourmaline()

Defines the color rgb(135, 160, 168).

tropical_rainforest()

Defines the color rgb(0, 117, 94).

true_blue()

Defines the color rgb(0, 114, 206).

trypan_blue()

Defines the color rgb(28, 5, 178).

tufts_blue()

Defines the color rgb(61, 142, 221).

tumbleweed()

Defines the color rgb(221, 170, 135).

turquoise()

Defines the color rgb(63, 224, 209).

turquoise_blue()

Defines the color rgb(0, 255, 239).

turquoise_green()

Defines the color rgb(160, 214, 181).

turtle_green()

Defines the color rgb(137, 153, 91).

tuscan()

Defines the color rgb(249, 214, 165).

tuscan_brown()

Defines the color rgb(112, 79, 56).

tuscan_red()

Defines the color rgb(124, 71, 71).

tuscan_tan()

Defines the color rgb(165, 122, 91).

tuscany()

Defines the color rgb(191, 153, 153).

twilight_lavender()

Defines the color rgb(137, 73, 107).

tyrian_purple()

Defines the color rgb(102, 2, 61).

ua_blue()

Defines the color rgb(0, 51, 170).

ua_red()

Defines the color rgb(216, 0, 76).

ultra_pink()

Defines the color rgb(255, 112, 255).

ultra_red()

Defines the color rgb(252, 107, 132).

ultramarine()

Defines the color rgb(17, 10, 142).

ultramarine_blue()

Defines the color rgb(63, 102, 244).

umber()

Defines the color rgb(99, 81, 71).

unbleached_silk()

Defines the color rgb(255, 221, 201).

united_nations_blue()

Defines the color rgb(91, 145, 229).

university_of_pennsylvania_red()

Defines the color rgb(165, 0, 33).

unmellow_yellow()

Defines the color rgb(255, 255, 102).

up_forest_green()

Defines the color rgb(0, 68, 33).

up_maroon()

Defines the color rgb(122, 17, 17).

upsdell_red()

Defines the color rgb(173, 33, 40).

uranian_blue()

Defines the color rgb(175, 219, 244).

usafa_blue()

Defines the color rgb(0, 79, 153).

van_dyke_brown()

Defines the color rgb(102, 66, 40).

vanilla()

Defines the color rgb(242, 229, 170).

vanilla_ice()

Defines the color rgb(242, 142, 168).

vegas_gold()

Defines the color rgb(196, 178, 89).

venetian_red()

Defines the color rgb(198, 7, 20).

verdigris()

Defines the color rgb(66, 178, 173).

vermilion2()

Defines the color rgb(216, 56, 30).

vermilion()

Defines the color rgb(226, 66, 51).

veronica()

Defines the color rgb(160, 33, 239).

violet()

Defines the color rgb(142, 0, 255).

violet_blue()

Defines the color rgb(51, 73, 178).

violet_blue_crayola()

Defines the color rgb(117, 109, 198).

violet_color_wheel()

Defines the color rgb(127, 0, 255).

violet_crayola()

Defines the color rgb(150, 61, 127).

violet_red()

Defines the color rgb(247, 84, 147).

violet_red_perbang()

Defines the color rgb(239, 89, 155).

violet_ryb()

Defines the color rgb(135, 0, 175).

violet_web()

Defines the color rgb(237, 130, 237).

viridian()

Defines the color rgb(63, 130, 109).

viridian_green()

Defines the color rgb(0, 150, 153).

vivid_burgundy()

Defines the color rgb(158, 28, 53).

vivid_sky_blue()

Defines the color rgb(0, 204, 255).

vivid_tangerine()

Defines the color rgb(255, 160, 137).

vivid_violet()

Defines the color rgb(158, 0, 255).

volt()

Defines the color rgb(204, 255, 0).

warm_black()

Defines the color rgb(0, 66, 66).

weezy_blue()

Defines the color rgb(22, 155, 204).

wheat()

Defines the color rgb(244, 221, 178).

white()

Defines the color rgb(255, 255, 255).

whitesmoke()

See Fledex.Color.Names.CSS.whitesmoke/0.

wild_blue_yonder()

Defines the color rgb(163, 173, 209).

wild_orchid()

Defines the color rgb(211, 112, 163).

wild_strawberry()

Defines the color rgb(255, 66, 163).

wild_watermelon()

Defines the color rgb(252, 107, 132).

windsor_tan()

Defines the color rgb(165, 84, 2).

wine()

Defines the color rgb(114, 45, 56).

wine_dregs()

Defines the color rgb(102, 48, 71).

winter_sky()

Defines the color rgb(255, 0, 124).

wintergreen_dream()

Defines the color rgb(86, 135, 124).

wisteria()

Defines the color rgb(201, 160, 219).

wood_brown()

Defines the color rgb(193, 153, 107).

xanadu()

Defines the color rgb(114, 135, 119).

xanthic()

Defines the color rgb(237, 237, 10).

xanthous()

Defines the color rgb(242, 181, 45).

yale_blue()

Defines the color rgb(0, 53, 107).

yellow()

Defines the color rgb(255, 255, 0).

yellow_crayola()

Defines the color rgb(252, 232, 130).

yellow_green()

Defines the color rgb(153, 204, 51).

yellow_green_color_wheel()

Defines the color rgb(48, 178, 25).

yellow_green_crayola()

Defines the color rgb(196, 226, 132).

yellow_munsell()

Defines the color rgb(239, 204, 0).

yellow_ncs()

Defines the color rgb(255, 211, 0).

yellow_orange()

Defines the color rgb(255, 173, 66).

yellow_orange_color_wheel()

Defines the color rgb(255, 147, 5).

yellow_pantone()

Defines the color rgb(255, 221, 0).

yellow_process()

Defines the color rgb(255, 239, 0).

yellow_ryb()

Defines the color rgb(255, 255, 51).

yellow_sunshine()

Defines the color rgb(255, 247, 0).

yellowgreen()

See Fledex.Color.Names.CSS.yellowgreen/0.

yinmn_blue()

Defines the color rgb(45, 79, 142).

zaffre()

Defines the color rgb(0, 20, 168).

zomp()

Defines the color rgb(56, 165, 142).

Types

color_names_t()

@type color_names_t() ::
  :absolute_zero
  | :acid_green
  | :aero
  | :african_violet
  | :air_superiority_blue
  | :alice_blue
  | :aliceblue
  | :alizarin
  | :alloy_orange
  | :almond
  | :amaranth_deep_purple
  | :amaranth_pink
  | :amaranth_purple
  | :amazon
  | :amber
  | :amethyst
  | :android_green
  | :antique_brass
  | :antique_bronze
  | :antique_fuchsia
  | :antique_ruby
  | :antique_white
  | :antiquewhite
  | :apricot
  | :aqua
  | :aquamarine
  | :arctic_lime
  | :artichoke_green
  | :arylide_yellow
  | :ash_gray
  | :atomic_tangerine
  | :aureolin
  | :azure
  | :azure_x11_web_color
  | :b_dazzled_blue
  | :baby_blue
  | :baby_blue_eyes
  | :baby_pink
  | :baby_powder
  | :baker_miller_pink
  | :banana_mania
  | :barn_red
  | :battleship_grey
  | :beau_blue
  | :beaver
  | :beige
  | :big_dip_o_ruby
  | :bisque
  | :bistre
  | :bistre_brown
  | :bitter_lemon
  | :black
  | :black_bean
  | :black_coral
  | :black_olive
  | :black_shadows
  | :blanched_almond
  | :blanchedalmond
  | :blast_off_bronze
  | :bleu_de_france
  | :blizzard_blue
  | :blood_red
  | :blue
  | :blue_bell
  | :blue_crayola
  | :blue_gray_crayola
  | :blue_jeans
  | :blue_munsell
  | :blue_ncs
  | :blue_pantone
  | :blue_pigment
  | :blue_sapphire
  | :blue_violet
  | :blue_yonder
  | :bluetiful
  | :blueviolet
  | :blush
  | :bole
  | :bone
  | :brick_red
  | :bright_lilac
  | :bright_yellow_crayola
  | :bronze
  | :brown
  | :brown_sugar
  | :bud_green
  | :buff
  | :burgundy
  | :burlywood
  | :burnished_brown
  | :burnt_orange
  | :burnt_sienna
  | :burnt_umber
  | :byzantine
  | :byzantium
  | :cadet_blue
  | :cadet_grey
  | :cadetblue
  | :cadmium_green
  | :cadmium_orange
  | :cafe_au_lait
  | :cafe_noir
  | :cambridge_blue
  | :camel
  | :cameo_pink
  | :canary
  | :canary_yellow
  | :candy_pink
  | :cardinal
  | :caribbean_green
  | :carmine
  | :carmine_m_p
  | :carnation_pink
  | :carnelian
  | :carolina_blue
  | :carrot_orange
  | :catawba
  | :cedar_chest
  | :celadon
  | :celeste
  | :cerise
  | :cerulean
  | :cerulean_blue
  | :cerulean_crayola
  | :cerulean_frost
  | :champagne
  | :champagne_pink
  | :charcoal
  | :charm_pink
  | :chartreuse
  | :chartreuse_web
  | :cherry_blossom_pink
  | :chestnut
  | :chili_red
  | :china_pink
  | :chinese_red
  | :chinese_violet
  | :chinese_yellow
  | :chocolate
  | :chocolate_traditional
  | :chocolate_web
  | :cinereous
  | :cinnabar
  | :cinnamon_satin
  | :citrine
  | :citron
  | :claret
  | :coffee
  | :columbia_blue
  | :congo_pink
  | :cool_grey
  | :copper
  | :copper_crayola
  | :copper_penny
  | :copper_red
  | :copper_rose
  | :coquelicot
  | :coral
  | :coral_pink
  | :cordovan
  | :corn
  | :cornflower_blue
  | :cornflowerblue
  | :cornsilk
  | :cosmic_cobalt
  | :cosmic_latte
  | :cotton_candy
  | :coyote_brown
  | :cream
  | :crimson
  | :crimson_ua
  | :cultured_pearl
  | :cyan
  | :cyan_process
  | :cyber_grape
  | :cyber_yellow
  | :cyclamen
  | :dark_brown
  | :dark_byzantium
  | :dark_cyan
  | :dark_electric_blue
  | :dark_goldenrod
  | :dark_green_x11
  | :dark_jungle_green
  | :dark_khaki
  | :dark_lava
  | :dark_liver_horses
  | :dark_magenta
  | :dark_olive_green
  | :dark_orange
  | :dark_orchid
  | :dark_purple
  | :dark_red
  | :dark_salmon
  | :dark_sea_green
  | :dark_sienna
  | :dark_sky_blue
  | :dark_slate_blue
  | :dark_slate_gray
  | :dark_spring_green
  | :dark_turquoise
  | :dark_violet
  | :darkblue
  | :darkcyan
  | :darkgoldenrod
  | :darkgray
  | :darkgreen
  | :darkgrey
  | :darkkhaki
  | :darkmagenta
  | :darkolivegreen
  | :darkorange
  | :darkorchid
  | :darkred
  | :darksalmon
  | :darkseagreen
  | :darkslateblue
  | :darkslategray
  | :darkslategrey
  | :darkturquoise
  | :darkviolet
  | :davy_s_grey
  | :deep_cerise
  | :deep_champagne
  | :deep_chestnut
  | :deep_jungle_green
  | :deep_pink
  | :deep_saffron
  | :deep_sky_blue
  | :deep_space_sparkle
  | :deep_taupe
  | :deeppink
  | :deepskyblue
  | :denim
  | :denim_blue
  | :desert
  | :desert_sand
  | :dim_gray
  | :dimgray
  | :dimgrey
  | :dodger_blue
  | :dodgerblue
  | :drab_dark_brown
  | :duke_blue
  | :dutch_white
  | :ebony
  | :ecru
  | :eerie_black
  | :eggplant
  | :eggshell
  | :electric_lime
  | :electric_purple
  | :electric_violet
  | :emerald
  | :eminence
  | :english_lavender
  | :english_red
  | :english_vermillion
  | :english_violet
  | :erin
  | :eton_blue
  | :fallow
  | :falu_red
  | :fandango
  | :fandango_pink
  | :fawn
  | :fern_green
  | :field_drab
  | :fiery_rose
  | :finn
  | :fire_engine_red
  | :firebrick
  | :flame
  | :flax
  | :flirt
  | :floral_white
  | :floralwhite
  | :forest_green_web
  | :forestgreen
  | :french_beige
  | :french_bistre
  | :french_blue
  | :french_fuchsia
  | :french_lilac
  | :french_lime
  | :french_mauve
  | :french_pink
  | :french_raspberry
  | :french_sky_blue
  | :french_violet
  | :frostbite
  | :fuchsia
  | :fuchsia_crayola
  | :fulvous
  | :fuzzy_wuzzy
  | :gainsboro
  | :gamboge
  | :generic_viridian
  | :ghost_white
  | :ghostwhite
  | :glaucous
  | :glossy_grape
  | :go_green
  | :gold
  | :gold_crayola
  | :gold_fusion
  | :gold_metallic
  | :gold_web_golden
  | :golden_brown
  | :golden_poppy
  | :golden_yellow
  | :goldenrod
  | :gotham_green
  | :granite_gray
  | :granny_smith_apple
  | :gray
  | :gray_web
  | :gray_x11_gray
  | :green
  | :green_blue
  | :green_crayola
  | :green_lizard
  | :green_munsell
  | :green_ncs
  | :green_pantone
  | :green_pigment
  | :green_sheen
  | :green_web
  | :greenyellow
  | :grey
  | :gunmetal
  | :hansa_yellow
  | :harlequin
  | :harvest_gold
  | :heat_wave
  | :heliotrope
  | :heliotrope_gray
  | :hollywood_cerise
  | :honeydew
  | :honolulu_blue
  | :hooker_s_green
  | :hot_magenta
  | :hot_pink
  | :hotpink
  | :hunter_green
  | :iceberg
  | :illuminating_emerald
  | :imperial_red
  | :inchworm
  | :independence
  | :india_green
  | :indian_red
  | :indian_yellow
  | :indianred
  | :indigo
  | :indigo_dye
  | :international_klein_blue
  | :international_orange_engineering
  | :international_orange_golden_gate_bridge
  | :irresistible
  | :isabelline
  | :italian_sky_blue
  | :ivory
  | :japanese_carmine
  | :japanese_violet
  | :jasmine
  | :jazzberry_jam
  | :jet
  | :jonquil
  | :june_bud
  | :jungle_green
  | :kelly_green
  | :keppel
  | :key_lime
  | :khaki
  | :khaki_web
  | :khaki_x11_light_khaki
  | :kobe
  | :kobi
  | :kobicha
  | :ksu_purple
  | :languid_lavender
  | :lapis_lazuli
  | :laser_lemon
  | :laurel_green
  | :lava
  | :lavender
  | :lavender_blue
  | :lavender_blush
  | :lavender_floral
  | :lavender_gray
  | :lavender_web
  | :lavenderblush
  | :lawn_green
  | :lawngreen
  | :lemon
  | :lemon_chiffon
  | :lemon_curry
  | :lemon_glacier
  | :lemon_meringue
  | :lemon_yellow
  | :lemon_yellow_crayola
  | :lemonchiffon
  | :liberty
  | :light_blue
  | :light_coral
  | :light_cornflower_blue
  | :light_cyan
  | :light_french_beige
  | :light_goldenrod_yellow
  | :light_gray
  | :light_green
  | :light_orange
  | :light_periwinkle
  | :light_pink
  | :light_salmon
  | :light_sea_green
  | :light_sky_blue
  | :light_slate_gray
  | :light_steel_blue
  | :light_yellow
  | :lightblue
  | :lightcoral
  | :lightcyan
  | :lightgoldenrodyellow
  | :lightgray
  | :lightgreen
  | :lightgrey
  | :lightpink
  | :lightsalmon
  | :lightseagreen
  | :lightskyblue
  | :lightslategray
  | :lightslategrey
  | :lightsteelblue
  | :lightyellow
  | :lilac
  | :lilac_luster
  | :lime
  | :lime_color_wheel
  | :lime_green
  | :lime_web_x11_green
  | :limegreen
  | :lincoln_green
  | :linen
  | :lion
  | :liseran_purple
  | :little_boy_blue
  | :liver
  | :liver_chestnut
  | :liver_dogs
  | :liver_organ
  | :livid
  | :macaroni_and_cheese
  | :madder_lake
  | :magenta
  | :magenta_crayola
  | :magenta_dye
  | :magenta_haze
  | :magenta_pantone
  | :magenta_process
  | :magic_mint
  | :magnolia
  | :mahogany
  | :maize
  | :maize_crayola
  | :majorelle_blue
  | :malachite
  | :manatee
  | :mandarin
  | :mango
  | :mango_tango
  | :mantis
  | :mardi_gras
  | :marigold
  | :maroon
  | :maroon_crayola
  | :maroon_web
  | :maroon_x11
  | :mauve
  | :mauve_taupe
  | :mauvelous
  | :maximum_blue
  | :maximum_blue_green
  | :maximum_blue_purple
  | :maximum_green
  | :maximum_green_yellow
  | :maximum_purple
  | :maximum_red
  | :maximum_red_purple
  | :maximum_yellow
  | :maximum_yellow_red
  | :may_green
  | :maya_blue
  | :medium_aquamarine
  | :medium_blue
  | :medium_candy_apple_red
  | :medium_carmine
  | :medium_champagne
  | :medium_orchid
  | :medium_purple
  | :medium_sea_green
  | :medium_slate_blue
  | :medium_spring_green
  | :medium_turquoise
  | :medium_violet_red
  | :mediumaquamarine
  | :mediumblue
  | :mediumorchid
  | :mediumpurple
  | :mediumseagreen
  | :mediumslateblue
  | :mediumspringgreen
  | :mediumturquoise
  | :mediumvioletred
  | :mellow_apricot
  | :mellow_yellow
  | :melon
  | :metallic_gold
  | :metallic_seaweed
  | :metallic_sunburst
  | :mexican_pink
  | :middle_blue
  | :middle_blue_green
  | :middle_blue_purple
  | :middle_green
  | :middle_green_yellow
  | :middle_grey
  | :middle_purple
  | :middle_red
  | :middle_red_purple
  | :middle_yellow
  | :middle_yellow_red
  | :midnight
  | :midnight_blue
  | :midnight_green_eagle_green
  | :midnightblue
  | :mikado_yellow
  | :mimi_pink
  | :mindaro
  | :ming
  | :minion_yellow
  | :mint
  | :mint_cream
  | :mint_green
  | :mintcream
  | :misty_moss
  | :misty_rose
  | :mistyrose
  | :moccasin
  | :mode_beige
  | :mona_lisa
  | :morning_blue
  | :moss_green
  | :mountain_meadow
  | :mountbatten_pink
  | :msu_green
  | :mulberry
  | :mulberry_crayola
  | :mustard
  | :myrtle_green
  | :mystic
  | :mystic_maroon
  | :nadeshiko_pink
  | :naples_yellow
  | :navajo_white
  | :navajowhite
  | :navy
  | :navy_blue
  | :navy_blue_crayola
  | :neon_blue
  | :neon_fuchsia
  | :neon_green
  | :new_york_pink
  | :nickel
  | :non_photo_blue
  | :nyanza
  | :ochre
  | :old_burgundy
  | :old_gold
  | :old_lace
  | :old_lavender
  | :old_mauve
  | :old_rose
  | :old_silver
  | :oldlace
  | :olive
  | :olive_drab_3
  | :olive_drab_7
  | :olive_green
  | :olivedrab
  | :olivine
  | :onyx
  | :opal
  | :opera_mauve
  | :orange
  | :orange_crayola
  | :orange_pantone
  | :orange_peel
  | :orange_red
  | :orange_red_crayola
  | :orange_soda
  | :orange_web
  | :orange_yellow
  | :orange_yellow_crayola
  | :orangered
  | :orchid
  | :orchid_crayola
  | :orchid_pink
  | :ou_crimson_red
  | :outer_space_crayola
  | :outrageous_orange
  | :oxblood
  | :oxford_blue
  | :pacific_blue
  | :pakistan_green
  | :palatinate_purple
  | :pale_aqua
  | :pale_cerulean
  | :pale_dogwood
  | :pale_pink
  | :pale_purple_pantone
  | :pale_spring_bud
  | :palegoldenrod
  | :palegreen
  | :paleturquoise
  | :palevioletred
  | :pansy_purple
  | :paolo_veronese_green
  | :papaya_whip
  | :papayawhip
  | :paradise_pink
  | :parchment
  | :paris_green
  | :pastel_pink
  | :patriarch
  | :paua
  | :payne_s_grey
  | :peach
  | :peach_crayola
  | :peach_puff
  | :peachpuff
  | :pear
  | :pearly_purple
  | :periwinkle
  | :periwinkle_crayola
  | :permanent_geranium_lake
  | :persian_blue
  | :persian_green
  | :persian_indigo
  | :persian_orange
  | :persian_pink
  | :persian_plum
  | :persian_red
  | :persian_rose
  | :persimmon
  | :peru
  | :pewter_blue
  | :phlox
  | :phthalo_blue
  | :phthalo_green
  | :picotee_blue
  | :pictorial_carmine
  | :piggy_pink
  | :pine_green
  | :pine_tree
  | :pink
  | :pink_lace
  | :pink_lavender
  | :pink_pantone
  | :pink_sherbet
  | :pistachio
  | :platinum
  | :plum
  | :plum_web
  | :plump_purple
  | :polished_pine
  | :pomp_and_power
  | :popstar
  | :portland_orange
  | :powder_blue
  | :powderblue
  | :princeton_orange
  | :process_yellow
  | :prune
  | :prussian_blue
  | :psychedelic_purple
  | :puce
  | :pullman_brown_ups_brown
  | :pumpkin
  | :purple
  | :purple_mountain_majesty
  | :purple_munsell
  | :purple_navy
  | :purple_pizzazz
  | :purple_plum
  | :purple_web
  | :purple_x11
  | :purpureus
  | :queen_blue
  | :queen_pink
  | :quick_silver
  | :quinacridone_magenta
  | :radical_red
  | :raisin_black
  | :rajah
  | :raspberry
  | :raspberry_glace
  | :raspberry_rose
  | :raw_sienna
  | :raw_umber
  | :razzle_dazzle_rose
  | :razzmatazz
  | :razzmic_berry
  | :rebecca_purple
  | :rebeccapurple
  | :red
  | :red_crayola
  | :red_munsell
  | :red_ncs
  | :red_orange
  | :red_orange_color_wheel
  | :red_orange_crayola
  | :red_pantone
  | :red_pigment
  | :red_purple
  | :red_ryb
  | :red_salsa
  | :red_violet
  | :red_violet_color_wheel
  | :red_violet_crayola
  | :redwood
  | :resolution_blue
  | :rhythm
  | :rich_black
  | :rich_black_fogra29
  | :rich_black_fogra39
  | :rifle_green
  | :robin_egg_blue
  | :rocket_metallic
  | :rojo_spanish_red
  | :roman_silver
  | :rose
  | :rose_bonbon
  | :rose_dust
  | :rose_ebony
  | :rose_madder
  | :rose_pink
  | :rose_pompadour
  | :rose_red
  | :rose_taupe
  | :rose_vale
  | :rosewood
  | :rosso_corsa
  | :rosy_brown
  | :rosybrown
  | :royal_blue_dark
  | :royal_blue_light
  | :royal_purple
  | :royal_yellow
  | :royalblue
  | :ruber
  | :rubine_red
  | :ruby
  | :ruby_red
  | :rufous
  | :russet
  | :russian_green
  | :russian_violet
  | :rust
  | :rusty_red
  | :sacramento_state_green
  | :saddle_brown
  | :saddlebrown
  | :safety_orange
  | :safety_orange_blaze_orange
  | :safety_yellow
  | :saffron
  | :sage
  | :salmon
  | :salmon_pink
  | :sand
  | :sand_dune
  | :sandy_brown
  | :sandybrown
  | :sap_green
  | :sapphire
  | :sapphire_blue
  | :sapphire_crayola
  | :satin_sheen_gold
  | :scarlet
  | :schauss_pink
  | :school_bus_yellow
  | :screamin_green
  | :sea_green
  | :sea_green_crayola
  | :seagreen
  | :seal_brown
  | :seance
  | :seashell
  | :secret
  | :selective_yellow
  | :sepia
  | :shadow
  | :shadow_blue
  | :shamrock_green
  | :sheen_green
  | :shimmering_blush
  | :shiny_shamrock
  | :shocking_pink
  | :shocking_pink_crayola
  | :sienna
  | :silver
  | :silver_chalice
  | :silver_crayola
  | :silver_metallic
  | :silver_pink
  | :silver_sand
  | :sinopia
  | :sizzling_red
  | :sizzling_sunrise
  | :skobeloff
  | :sky_blue
  | :sky_blue_crayola
  | :sky_magenta
  | :skyblue
  | :slate_blue
  | :slate_gray
  | :slateblue
  | :slategray
  | :slategrey
  | :slimy_green
  | :smitten
  | :smoky_black
  | :snow
  | :solid_pink
  | :sonic_silver
  | :space_cadet
  | :spanish_bistre
  | :spanish_blue
  | :spanish_carmine
  | :spanish_gray
  | :spanish_green
  | :spanish_orange
  | :spanish_pink
  | :spanish_red
  | :spanish_sky_blue
  | :spanish_violet
  | :spanish_viridian
  | :spring_bud
  | :spring_frost
  | :spring_green
  | :spring_green_crayola
  | :springgreen
  | :st_patrick_s_blue
  | :star_command_blue
  | :steel_blue
  | :steel_pink
  | :steelblue
  | :stil_de_grain_yellow
  | :straw
  | :strawberry
  | :strawberry_blonde
  | :strong_lime_green
  | :sugar_plum
  | :sunglow
  | :sunray
  | :sunset
  | :super_pink
  | :sweet_brown
  | :syracuse_orange
  | :tan
  | :tan_crayola
  | :tangerine
  | :tango_pink
  | :tart_orange
  | :taupe
  | :taupe_gray
  | :tea_green
  | :tea_rose
  | :teal
  | :teal_blue
  | :telemagenta
  | :tenne_tawny
  | :terra_cotta
  | :thistle
  | :thulian_pink
  | :tickle_me_pink
  | :tiffany_blue
  | :timberwolf
  | :titanium_yellow
  | :tomato
  | :tourmaline
  | :tropical_rainforest
  | :true_blue
  | :trypan_blue
  | :tufts_blue
  | :tumbleweed
  | :turquoise
  | :turquoise_blue
  | :turquoise_green
  | :turtle_green
  | :tuscan
  | :tuscan_brown
  | :tuscan_red
  | :tuscan_tan
  | :tuscany
  | :twilight_lavender
  | :tyrian_purple
  | :ua_blue
  | :ua_red
  | :ultra_pink
  | :ultra_red
  | :ultramarine
  | :ultramarine_blue
  | :umber
  | :unbleached_silk
  | :united_nations_blue
  | :university_of_pennsylvania_red
  | :unmellow_yellow
  | :up_forest_green
  | :up_maroon
  | :upsdell_red
  | :uranian_blue
  | :usafa_blue
  | :van_dyke_brown
  | :vanilla
  | :vanilla_ice
  | :vegas_gold
  | :venetian_red
  | :verdigris
  | :vermilion
  | :vermilion2
  | :veronica
  | :violet
  | :violet_blue
  | :violet_blue_crayola
  | :violet_color_wheel
  | :violet_crayola
  | :violet_red
  | :violet_red_perbang
  | :violet_ryb
  | :violet_web
  | :viridian
  | :viridian_green
  | :vivid_burgundy
  | :vivid_sky_blue
  | :vivid_tangerine
  | :vivid_violet
  | :volt
  | :warm_black
  | :weezy_blue
  | :wheat
  | :white
  | :whitesmoke
  | :wild_blue_yonder
  | :wild_orchid
  | :wild_strawberry
  | :wild_watermelon
  | :windsor_tan
  | :wine
  | :wine_dregs
  | :winter_sky
  | :wintergreen_dream
  | :wisteria
  | :wood_brown
  | :xanadu
  | :xanthic
  | :xanthous
  | :yale_blue
  | :yellow
  | :yellow_crayola
  | :yellow_green
  | :yellow_green_color_wheel
  | :yellow_green_crayola
  | :yellow_munsell
  | :yellow_ncs
  | :yellow_orange
  | :yellow_orange_color_wheel
  | :yellow_pantone
  | :yellow_process
  | :yellow_ryb
  | :yellow_sunshine
  | :yellowgreen
  | :yinmn_blue
  | :zaffre
  | :zomp

The allowed color names

Functions

colors()

Get all the data about the predefined colors

info(name, what \\ :hex)

Retrieve information about the color with the given name

names()

@spec names() :: [color_names_t()]

Get a list of all the predefined color (atom) names.

The name can be used to either retrieve the info by calling info/2 or by calling the function with that name (see also the description at the top and take a look at this example livebook)