diff --git a/docs/index.md b/docs/index.md
index 98f28ba..717981a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -12,3 +12,121 @@ documentation.
You can find out how to [download](getting-started/download.md) and try the Fabric on the self-hosted
[fully virtualized lab](vlab/overview.md) or on [hardware](install-upgrade/install.md).
+
+#### Colors
+
+Click on a tile to change the color scheme:
+
+
+
+
+
+
+
+
+Click on a tile to change the primary color:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+#### Accent color
+
+
+
+
+The accent color is used to denote elements that can be interacted with, e.g.
+hovered links, buttons and scrollbars. It can be changed in `mkdocs.yml` by
+choosing a valid color name:
+
+``` yaml
+theme:
+ palette:
+ accent: indigo
+```
+
+Click on a tile to change the accent color:
+
+
+
+