{
  "themeColors": [
    {
      "variable": "$c-primary",
      "token": "$c-bay-blue",
      "name": "Bay Blue",
      "value": "#14558f"
    },
    {
      "variable": "$c-primary-alt",
      "token": "$c-berkshires-green",
      "name": "Berkshires Green",
      "value": "#388557"
    },
    {
      "variable": "$c-highlight",
      "token": "$c-duckling-yellow",
      "name": "Duckling Yellow",
      "value": "#f6c51b"
    },
    {
      "variable": "$c-gray-dark",
      "token": "$c-granite-gray",
      "name": "Granite Gray",
      "value": "#535353"
    },
    {
      "variable": "$c-independence-cranberry",
      "token": "$c-independence-cranberry",
      "name": "Independent Cranberry",
      "value": "#680A1D"
    }
  ],
  "grayScaleColors":[
    {
      "variable": "$c-black",
      "name": "Revolution Gray",
      "value": "#141414"
    },
    {
      "variable": "$c-gray-dark",
      "name": "Granite Gray",
      "value": "#535353"
    },
    {
      "variable": "$c-gray",
      "name": "Atlantic Gray",
      "value": "#707070"
    },
    {
      "variable": "$c-gray-light",
      "name": "Overcast Gray",
      "value": "#dcdcdc"
    },
    {
      "variable": "$c-gray-lightest",
      "name": "Platinum Gray",
      "value": "#f2f2f2"
    }
  ],
  "utilityColors": [
    {
      "variable": "$c-error-red",
      "name": "Error Red",
      "value": "#CD0D0D"
    },
    {
      "variable": "$c-focus",
      "name": "Focus Hightlight",
      "value": "#3e94cf"
    },
    {
      "variable": "$c-warning",
      "name": "Warning Yellow",
      "value": "#f6c51b"
    },
    {
      "variable": "$c-success",
      "name": "Success Green",
      "value": "#388557"
    }
  ],
  "primaryColors": [
    {
      "variable": "$c-primary",
      "name": "Bay Blue",
      "value": "#14558f"
    },
    {
      "variable": "$c-primary-lighter",
      "name": "50% Bay Blue",
      "value": "#8aaac7"
    },
    {
      "variable": "$c-primary-lightest",
      "name": "10% Bay Blue",
      "value": "#e7eef4"
    }],
  "primaryAltColors": [
    {
      "variable": "$c-primary-alt",
      "name": "Berkshires Green",
      "value": "#388557"
    },
    {
      "variable": "$c-primary-alt-lighter",
      "name": "50% Berkshires Green",
      "value": "#97c2a9"
    },
    {
      "variable": "$c-primary-alt-lightest",
      "name": "10% Berkshires Green",
      "value": "#EBF3EE"
    }],
  "highLightColors": [
    {
      "variable": "$c-highlight",
      "name": "Duckling Yellow",
      "value": "#f6c51b"
    },
    {
      "variable": "$c-highlight-lighter",
      "name": "50% Duckling Yellow",
      "value": "#fbe28d"
    },
    {
      "variable": "$c-highlight-lightest",
      "name": "10% Duckling Yellow",
      "value": "#fef9e8"
    }]
}
