Fledex.Color.Names (fledex v0.5.0)
View SourceFledex has an extensive set of predefined colors from:
- Wikipedia - List of colors A-F, Wikipedia - List of colors G-M, Wikipedia - List of colors N-Z
- W3C - CSS colors
- W3C - SVG colors
- Wikipedia - List of RAL colors
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 asalmond/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
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(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(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
@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
@spec colors() :: [Fledex.Color.Names.Types.color_struct_t()]
Get all the data about the predefined colors
@spec info( name :: Fledex.Color.Names.Types.color_names_t(), what :: Fledex.Color.Names.Types.color_props_t() ) :: Fledex.Color.Names.Types.color_vals_t()
Retrieve information about the color with the given name
@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)