Have a color you want to be added? You can suggest it here.
Please provide the name of your color and the value in RGB (either 0 to 1 or 0 to 255 scale).
Current colors:
    Red = {r = 1, g = 0, b = 0},
    Green = {r = 0, g = 1, b = 0},
    Blue = {r = 0, g = 0, b = 1},
    Cyan = {r = 0, g = 1, b = 1},
    Magenta = {r = 1, g = 0, b = 1},
    Yellow = {r = 1, g = 1, b = 0},
    Gray = {r = 1, g = 1, b = 1}