From 8e283a4dff734e76f619d2550e7362faa538f622 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 9 May 2026 10:50:16 -0400 Subject: [PATCH] fix: update Green Tea hex to #b2ddc3, remove Pastel Magenta Co-Authored-By: Claude Sonnet 4.6 --- estore/public/colors.json | 5 ++--- main-site/color/colors.json | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/estore/public/colors.json b/estore/public/colors.json index 7f04724..73a6258 100644 --- a/estore/public/colors.json +++ b/estore/public/colors.json @@ -23,8 +23,7 @@ { "name": "Fuchsia", "hex": "#eb4799" }, { "name": "Aloha", "hex": "#e45c56" }, { "name": "Red", "hex": "#ef2a2f" }, - { "name": "Pastel Magenta", "hex": "#B72E6C"}, - { "name": "Magenta", "hex": "#a01357" }, +{ "name": "Magenta", "hex": "#a01357" }, { "name": "Coral", "hex": "#bd4b3b" }, { "name": "Wild Berry", "hex": "#79384c"}, { "name": "Maroon", "hex": "#80011f" } @@ -46,7 +45,7 @@ "family": "Greens", "colors": [ { "name": "Eucalyptus", "hex": "#a3bba3" }, - { "name": "Green Tea", "hex": "#8a9f7f" }, + { "name": "Green Tea", "hex": "#b2ddc3" }, { "name": "Pastel Green", "hex": "#acdba7" }, { "name": "Lime Green", "hex": "#8fc73e" }, { "name": "Seafoam", "hex": "#00c7b2" }, diff --git a/main-site/color/colors.json b/main-site/color/colors.json index abe6d4d..915a701 100644 --- a/main-site/color/colors.json +++ b/main-site/color/colors.json @@ -23,8 +23,7 @@ { "name": "Fuchsia", "hex": "#eb4799" }, { "name": "Aloha", "hex": "#e45c56" }, { "name": "Red", "hex": "#ef2a2f" }, - { "name": "Pastel Magenta", "hex": "#B72E6C"}, - { "name": "Magenta", "hex": "#a01357" }, +{ "name": "Magenta", "hex": "#a01357" }, { "name": "Coral", "hex": "#bd4b3b" }, { "name": "Wild Berry", "hex": "#79384c"}, { "name": "Maroon", "hex": "#80011f" } @@ -46,7 +45,7 @@ "family": "Greens", "colors": [ { "name": "Eucalyptus", "hex": "#a3bba3" }, - { "name": "Green Tea", "hex": "#8a9f7f" }, + { "name": "Green Tea", "hex": "#b2ddc3" }, { "name": "Pastel Green", "hex": "#acdba7" }, { "name": "Lime Green", "hex": "#8fc73e" }, { "name": "Seafoam", "hex": "#00c7b2" },