diff --git a/app/src/main/res/values-night/colors_custom.xml b/app/src/main/res/values-night/colors_custom.xml
index bff3d58d..4e422a04 100644
--- a/app/src/main/res/values-night/colors_custom.xml
+++ b/app/src/main/res/values-night/colors_custom.xml
@@ -32,7 +32,7 @@
@color/material_green_200
@color/material_light_green_200
@color/material_lime_200
- @color/material_yellow_200
+ #ffa0ab
@color/material_amber_200
@color/material_orange_200
@color/material_deep_orange_200
diff --git a/app/src/main/res/values/colors_custom.xml b/app/src/main/res/values/colors_custom.xml
index 7f500f6e..5e93ab0a 100644
--- a/app/src/main/res/values/colors_custom.xml
+++ b/app/src/main/res/values/colors_custom.xml
@@ -32,7 +32,7 @@
@color/material_green_500
@color/material_light_green_500
@color/material_lime_500
- @color/material_yellow_500
+ #ff9ca8
@color/material_amber_500
@color/material_orange_500
@color/material_deep_orange_500