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" },