diff --git a/live-examples/css-examples/color/color-adjust.css b/live-examples/css-examples/color/color-adjust.css
new file mode 100644
index 000000000..f5602108e
--- /dev/null
+++ b/live-examples/css-examples/color/color-adjust.css
@@ -0,0 +1,11 @@
+#example-element {
+ padding: 1rem;
+ font-size: 1.5rem;
+ background-color: black;
+ background-image: linear-gradient(rgba(0, 0, 180, .5), rgba(70, 140, 220, .5));
+ color: #333;
+ text-align: center;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ }
diff --git a/live-examples/css-examples/color/color-adjust.html b/live-examples/css-examples/color/color-adjust.html
new file mode 100644
index 000000000..c15075e86
--- /dev/null
+++ b/live-examples/css-examples/color/color-adjust.html
@@ -0,0 +1,24 @@
+
+
+ color-adjust: economy;
+
+ color-adjust: exact;