diff --git a/src/lib/components/colors/ImplementationWarning.svelte b/src/lib/components/colors/ImplementationWarning.svelte
deleted file mode 100644
index 77ac8b21..00000000
--- a/src/lib/components/colors/ImplementationWarning.svelte
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-{#if isUnbounded}
- Browser rendering for colors outside of the display
- gamut is incorrect
-
- according to the CSS specification.
-
-{/if}
diff --git a/src/lib/components/colors/index.svelte b/src/lib/components/colors/index.svelte
index e2f81486..e666ed02 100644
--- a/src/lib/components/colors/index.svelte
+++ b/src/lib/components/colors/index.svelte
@@ -1,7 +1,6 @@