{
  "inks": [
    {
      "id": "cyan",
      "label": "Cyan",
      "glyph": "C",
      "color": "#00AEEF",
      "group": "CMYK",
      "unique": true
    },
    {
      "id": "magenta",
      "label": "Magenta",
      "glyph": "M",
      "color": "#EC008C",
      "group": "CMYK",
      "unique": true
    },
    {
      "id": "yellow",
      "label": "Yellow",
      "glyph": "Y",
      "color": "#FFF200",
      "group": "CMYK",
      "unique": true
    },
    {
      "id": "black",
      "label": "Black",
      "glyph": "K",
      "color": "#000000",
      "group": "CMYK",
      "unique": true
    },
    {
      "id": "white",
      "label": "White",
      "glyph": "W",
      "color": "#EEEEEE",
      "group": "WHITE",
      "unique": false
    },
    {
      "id": "light_cyan",
      "label": "Light Cyan",
      "glyph": "c",
      "color": "#99DDFF",
      "group": "LIGHT",
      "unique": true
    },
    {
      "id": "light_magenta",
      "label": "Light Magenta",
      "glyph": "m",
      "color": "#FF99CC",
      "group": "LIGHT",
      "unique": true
    }
  ]
}