diff --git a/docs/4.0/components/buttons.md b/docs/4.0/components/buttons.md
index cfd243dad0..cfddfe18d5 100644
--- a/docs/4.0/components/buttons.md
+++ b/docs/4.0/components/buttons.md
@@ -9,28 +9,12 @@ toc: true
## Examples
-Bootstrap includes six predefined button styles, each serving its own semantic purpose.
+Bootstrap includes several predefined button styles, each serving its own semantic purpose, with a few extras thrown in for more control.
{% example html %}
-
-
+{% for color in site.data.theme-colors %}
+{% endfor %}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{% endexample %}
@@ -56,15 +40,10 @@ When using button classes on `` elements that are used to trigger in-page fun
In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the `.btn-outline-*` ones to remove all background images and colors on any button.
{% example html %}
-
-
-
-
-
-
+{% for color in site.data.theme-colors %}
+{% endfor %}
{% endexample %}
-
## Sizes
Fancy larger or smaller buttons? Add `.btn-lg` or `.btn-sm` for additional sizes.