diff --git a/core/modules/color/color.info.yml b/core/modules/color/color.info.yml
index 9ea6daf..feabf73 100644
--- a/core/modules/color/color.info.yml
+++ b/core/modules/color/color.info.yml
@@ -4,3 +4,4 @@ description: 'Allows administrators to change the color scheme of compatible the
 package: Core
 version: VERSION
 core: 8.x
+hidden: true
diff --git a/core/profiles/standard/standard.info.yml b/core/profiles/standard/standard.info.yml
index 82af32e..4296493 100644
--- a/core/profiles/standard/standard.info.yml
+++ b/core/profiles/standard/standard.info.yml
@@ -9,7 +9,6 @@ dependencies:
   - block
   - breakpoint
   - ckeditor
-  - color
   - config
   - comment
   - contextual
diff --git a/core/themes/bartik/color/color.inc b/core/themes/bartik/color/color.inc
index 4f42620..bf903f6 100644
--- a/core/themes/bartik/color/color.inc
+++ b/core/themes/bartik/color/color.inc
@@ -3,6 +3,8 @@
 /**
  * @file
  * Lists available colors and color schemes for the Bartik theme.
+ *
+ * @deprecated in Drupal 8.3.x and will will be removed before 9.0.0.
  */
 
 $info = array(
