diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4153db1f1b1..2bfe61e5e47 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
## [`master`](https://github.com/elastic/eui/tree/master)
-No public interface changes since `39.0.0`.
+- Added support for `ghost` and `text` `EuiIcon` colors on Elastic logos ([#5245](https://github.com/elastic/eui/pull/5245))
## [`39.0.0`](https://github.com/elastic/eui/tree/v39.0.0)
diff --git a/src-docs/src/views/icon/icon_example.js b/src-docs/src/views/icon/icon_example.js
index 664a4d74c0a..f675187841b 100644
--- a/src-docs/src/views/icon/icon_example.js
+++ b/src-docs/src/views/icon/icon_example.js
@@ -104,14 +104,23 @@ export const IconExample = {
},
{
title: 'Elastic logos',
+ wrapText: false,
text: (
-
- Product logos follow similar rules as app logos. Note the use of{' '}
- .euiIcon__fillNegative on portions of the SVGs to
- handle flipping colors for dark mode.
-
+ <>
+
+
+ These logos are restricted in use to Elastic products or when
+ referencing Elastic products. They are multi-color with some
+ internal paths having a class of{' '}
+ .euiIcon__fillNegative to handle flipping
+ colors for dark mode. The only other colors most of them support
+ are ghost and text which turn them into a solid shape.
+