diff --git a/documentation/CHANGELOG.md b/documentation/CHANGELOG.md
index 475cd6bb..15476d9c 100644
--- a/documentation/CHANGELOG.md
+++ b/documentation/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [tokens-v0.23.0](https://github.com/department-of-veterans-affairs/va-mobile-library/tree/tokens-v0.23.0) (2024-12-12)
+
+[Full Changelog](https://github.com/department-of-veterans-affairs/va-mobile-library/compare/tokens-v0.22.0...tokens-v0.23.0)
+
+**Closed issues:**
+
+- DS - RadioButton Accessibility Review [\#524](https://github.com/department-of-veterans-affairs/va-mobile-library/issues/524)
+
+**Merged pull requests:**
+
+- \[Tokens\] Add new tokens [\#610](https://github.com/department-of-veterans-affairs/va-mobile-library/pull/610) ([jessicawoodin](https://github.com/jessicawoodin))
+
## [tokens-v0.22.0](https://github.com/department-of-veterans-affairs/va-mobile-library/tree/tokens-v0.22.0) (2024-12-11)
[Full Changelog](https://github.com/department-of-veterans-affairs/va-mobile-library/compare/tokens-v0.21.0...tokens-v0.22.0)
diff --git a/packages/components/storybook/colors.stories.mdx b/packages/components/storybook/colors.stories.mdx
index 0331175e..eae6c795 100644
--- a/packages/components/storybook/colors.stories.mdx
+++ b/packages/components/storybook/colors.stories.mdx
@@ -137,12 +137,19 @@ Our color palette is organized into semantic color tokens, which have specific m
Lightest: colors.vadsColorGoldLightest,
}}
/>
+
@@ -162,6 +169,7 @@ Our color palette is organized into semantic color tokens, which have specific m
title="USWDS"
subtitle="uswdsSystemColor"
colors={{
+ GreenCoolVivid30: colors.uswdsSystemColorGreenCoolVivid30,
GreenCoolVivid80: colors.uswdsSystemColorGreenCoolVivid80,
}}
/>
@@ -451,6 +459,14 @@ Our color palette is organized into semantic color tokens, which have specific m
OnDark: colors.vadsColorFeedbackBorderSuccessOnDark,
}}
/>
+
+