diff --git a/packages/tokens/figma/color.json b/packages/tokens/figma/color.json
new file mode 100644
index 00000000..ae902c2f
--- /dev/null
+++ b/packages/tokens/figma/color.json
@@ -0,0 +1,94 @@
+{
+  "primaryDarker": {
+    "$value": "#003e73",
+    "$type": "color"
+  },
+  "primaryAltLightest": {
+    "$value": "#e1f3f8",
+    "$type": "color"
+  },
+  "secondaryLightest": {
+    "$value": "#f9dede",
+    "$type": "color"
+  },
+  "white": {
+    "$value": "#ffffff",
+    "$type": "color"
+  },
+  "black": {
+    "$value": "#000000",
+    "$type": "color"
+  },
+  "gray": {
+    "$value": "#5b616b",
+    "$type": "color"
+  },
+  "grayDark": {
+    "$value": "#323a45",
+    "$type": "color"
+  },
+  "grayMedium": {
+    "$value": "#757575",
+    "$type": "color"
+  },
+  "grayLight": {
+    "$value": "#aeb0b5",
+    "$type": "color"
+  },
+  "grayLightAlt": {
+    "$value": "#eeeeee",
+    "$type": "color"
+  },
+  "grayLighter": {
+    "$value": "#d6d7d9",
+    "$type": "color"
+  },
+  "grayLightest": {
+    "$value": "#f1f1f1",
+    "$type": "color"
+  },
+  "grayWarmDark": {
+    "$value": "#494440",
+    "$type": "color"
+  },
+  "grayWarmLight": {
+    "$value": "#e4e2e0",
+    "$type": "color"
+  },
+  "grayCoolLight": {
+    "$value": "#dce4ef",
+    "$type": "color"
+  },
+  "uswdsSystemColorBlueVivid30": {
+    "$value": "#58b4ff",
+    "$type": "color"
+  },
+  "uswdsSystemColorBlueVivid60": {
+    "$value": "#005ea2",
+    "$type": "color"
+  },
+  "uswdsSystemColorBlueWarmVivid80": {
+    "$value": "#162e51",
+    "$type": "color"
+  },
+  "uswdsSystemColorGray30": {
+    "$value": "#adadad",
+    "$type": "color"
+  },
+  "uswdsSystemColorGray80": {
+    "$value": "#2e2e2e",
+    "$type": "color"
+  },
+  "uswdsSystemColorRedVivid40": {
+    "$value": "#fb5a47",
+    "$type": "color"
+  },
+  "uswdsSystemColorRedVivid60": {
+    "$value": "#b50909",
+    "$type": "color"
+  },
+  "uswdsSystemColorRedVivid80": {
+    "$value": "#5c1111",
+    "$type": "color"
+  }
+}