Switch theme to dusty rose/blush pink palette
Deploy to Dev / Deploy & Smoke Test (push) Successful in 24s

primaryColor: #B06A7A (dusty rose)
accentColor:  #E8C4CC (soft blush)
backgroundColor: #FEF9FA (warm white with pink undertone)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-08 21:12:31 -06:00
parent f58f5534c6
commit 5a333b5bf1
+3 -3
View File
@@ -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"
}