diff --git a/estore/public/colors.json b/estore/public/colors.json index 180f1ef..7f04724 100644 --- a/estore/public/colors.json +++ b/estore/public/colors.json @@ -24,6 +24,7 @@ { "name": "Aloha", "hex": "#e45c56" }, { "name": "Red", "hex": "#ef2a2f" }, { "name": "Pastel Magenta", "hex": "#B72E6C"}, + { "name": "Magenta", "hex": "#a01357" }, { "name": "Coral", "hex": "#bd4b3b" }, { "name": "Wild Berry", "hex": "#79384c"}, { "name": "Maroon", "hex": "#80011f" } diff --git a/main-site/color/colors.json b/main-site/color/colors.json index 70385fe..abe6d4d 100644 --- a/main-site/color/colors.json +++ b/main-site/color/colors.json @@ -24,6 +24,7 @@ { "name": "Aloha", "hex": "#e45c56" }, { "name": "Red", "hex": "#ef2a2f" }, { "name": "Pastel Magenta", "hex": "#B72E6C"}, + { "name": "Magenta", "hex": "#a01357" }, { "name": "Coral", "hex": "#bd4b3b" }, { "name": "Wild Berry", "hex": "#79384c"}, { "name": "Maroon", "hex": "#80011f" }