[
  {
    "name": "Offwhite",
    "token": "--color-offwhite",
    "hex": "#e6e7e8",
    "rgb": {
      "r": 230,
      "g": 231,
      "b": 232
    },
    "cmyk": null,
    "pantone": null,
    "role": "neutral"
  },
  {
    "name": "Light Grey",
    "token": "--color-light-grey",
    "hex": "#cdcdcd",
    "rgb": {
      "r": 205,
      "g": 205,
      "b": 205
    },
    "cmyk": null,
    "pantone": null,
    "role": "neutral"
  },
  {
    "name": "Orange",
    "token": "--color-orange",
    "hex": "#f58a4f",
    "rgb": {
      "r": 245,
      "g": 138,
      "b": 79
    },
    "cmyk": null,
    "pantone": null,
    "role": "accent"
  },
  {
    "name": "Maroon",
    "token": "--color-maroon",
    "hex": "#660333",
    "rgb": {
      "r": 102,
      "g": 3,
      "b": 51
    },
    "cmyk": null,
    "pantone": null,
    "role": "primary"
  },
  {
    "name": "Black",
    "token": "--color-black",
    "hex": "#241f21",
    "rgb": {
      "r": 36,
      "g": 31,
      "b": 33
    },
    "cmyk": null,
    "pantone": null,
    "role": "neutral"
  },
  {
    "name": "Maroon Grey",
    "token": "--color-maroon-grey",
    "hex": "#272727",
    "rgb": {
      "r": 39,
      "g": 39,
      "b": 39
    },
    "cmyk": null,
    "pantone": null,
    "role": "neutral"
  },
  {
    "name": "Orange Grey",
    "token": "--color-orange-grey",
    "hex": "#a4a4a4",
    "rgb": {
      "r": 164,
      "g": 164,
      "b": 164
    },
    "cmyk": null,
    "pantone": null,
    "role": "neutral"
  },
  {
    "name": "Mid Grey",
    "token": "--color-mid-grey",
    "hex": "#666666",
    "rgb": {
      "r": 102,
      "g": 102,
      "b": 102
    },
    "cmyk": null,
    "pantone": null,
    "role": "neutral"
  }
]