[
  {
    "name": "Black",
    "token": "--color-black",
    "hex": "#151514",
    "rgb": {
      "r": 21,
      "g": 21,
      "b": 20
    },
    "cmyk": {
      "c": 73,
      "m": 67,
      "y": 66,
      "k": 80
    },
    "pantone": null,
    "role": "utility"
  },
  {
    "name": "Red",
    "token": "--color-red",
    "hex": "#cb0e0e",
    "rgb": {
      "r": 203,
      "g": 14,
      "b": 14
    },
    "cmyk": {
      "c": 14,
      "m": 100,
      "y": 100,
      "k": 4
    },
    "pantone": null,
    "role": "primary"
  },
  {
    "name": "Cream",
    "token": "--color-cream",
    "hex": "#ffeed1",
    "rgb": {
      "r": 255,
      "g": 238,
      "b": 209
    },
    "cmyk": {
      "c": 0,
      "m": 5,
      "y": 18,
      "k": 0
    },
    "pantone": null,
    "role": "utility"
  },
  {
    "name": "Yellow",
    "token": "--color-yellow",
    "hex": "#f4ad0f",
    "rgb": {
      "r": 244,
      "g": 173,
      "b": 15
    },
    "cmyk": {
      "c": 3,
      "m": 35,
      "y": 100,
      "k": 0
    },
    "pantone": null,
    "role": "accent"
  }
]