From 5a333b5bf1601e6b452dae026a8172f0fde451e6 Mon Sep 17 00:00:00 2001 From: jhodgkin Date: Wed, 8 Jul 2026 21:12:31 -0600 Subject: [PATCH] Switch theme to dusty rose/blush pink palette primaryColor: #B06A7A (dusty rose) accentColor: #E8C4CC (soft blush) backgroundColor: #FEF9FA (warm white with pink undertone) Co-Authored-By: Claude Sonnet 4.6 --- config/site.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/site.json b/config/site.json index dcb307a..eb25286 100644 --- a/config/site.json +++ b/config/site.json @@ -118,10 +118,10 @@ } }, "theme": { - "primaryColor": "#8B7355", - "accentColor": "#D4C5B5", + "primaryColor": "#B06A7A", + "accentColor": "#E8C4CC", "textColor": "#2C2C2C", - "backgroundColor": "#FDFBF9", + "backgroundColor": "#FEF9FA", "fontDisplay": "Cormorant Garamond", "fontBody": "Nunito Sans" }