From 5643153a0509aaa36ef0eed5cddf25f9123e455d Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 9 May 2026 10:41:50 -0400 Subject: [PATCH] feat: add Magenta (#a01357) to Pinks & Reds color family Co-Authored-By: Claude Sonnet 4.6 --- estore/public/colors.json | 1 + main-site/color/colors.json | 1 + 2 files changed, 2 insertions(+) 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" }