diff --git a/changelog.mdx b/changelog.mdx
index 58302064d..145d70c89 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -5,6 +5,33 @@ rss: true
noindex: true
---
+
+ ## Color component
+
+ Display color palettes in your documentation with the new `` component. The component supports two variants (compact and table), all CSS color formats (hex, rgb, rgba, hsl, oklch), theme-aware colors, and click-to-copy functionality.
+
+ **Compact variant** displays colors in a grid layout:
+ ```mdx
+
+
+
+
+ ```
+
+ **Table variant** organizes colors into rows with titles:
+ ```mdx
+
+
+
+
+
+
+ ```
+
+ Learn more in the [Color component documentation](/components/color).
+
+
+
## Preview widget