From 33a665294cb83d7888a0528c91ffb82301927015 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 4 Sep 2025 16:43:38 -0400 Subject: [PATCH] update stone color --- colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors.json b/colors.json index 78e40e2..7c386b7 100644 --- a/colors.json +++ b/colors.json @@ -6,7 +6,7 @@ { "name": "White", "hex": "#ffffff" }, { "name": "Cameo", "hex": "#e9ccc8" }, { "name": "Sand", "hex": "#e1d8c6" }, - { "name": "Stone", "hex": "#8f8d7c" }, + { "name": "Stone", "hex": "#DAD7CC" }, { "name": "Fog", "hex": "#6b9098" }, { "name": "Smoke", "hex": "#75777b" }, { "name": "Grey", "hex": "#ced3d4" },