diff --git a/docs/source/docs/text-color.blade.md b/docs/source/docs/text-color.blade.md
index 3f9ef0e03..a6500e05e 100644
--- a/docs/source/docs/text-color.blade.md
+++ b/docs/source/docs/text-color.blade.md
@@ -5,8 +5,34 @@ title: "Text Color"
# Text Color
-
-
Usage
-
Responsive
-
Customizing
+
+ Utilities for controlling the text color of an element.
+
+
+@include('_partials.feature-badges', [
+ 'responsive' => true,
+ 'customizable' => true,
+ 'hover' => true,
+ 'focus' => false
+])
+
+
+
+
+
+ | Class |
+ Properties |
+ Description |
+
+
+
+ @foreach ($page->config['colors'] as $name => $value)
+
+ | .text-{{ $name }} |
+ color: {{ $value }}; |
+ Set the text color of an element to {{ str_replace('-', ' ' , $name) }}. |
+
+ @endforeach
+
+