diff --git a/src/docs/design-system/Colors.stories.mdx b/src/docs/design-system/Colors.stories.mdx
index fce75e29f..50f07af31 100644
--- a/src/docs/design-system/Colors.stories.mdx
+++ b/src/docs/design-system/Colors.stories.mdx
@@ -8,33 +8,8 @@ import { vars } from '../../css'
Color schemes, scales, accents, and gradients.
-### Accents
-
-
-
-
-
-
-### Gradients
-
-
-
+ {Object.entries(vars.colors).map(([key, value]) => (
+
+ ))}