Updated color theme to premium creme/dark/light brown palette
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #f0f0f0;
|
||||
--card: #e0e0e0;
|
||||
--foreground: #333333;
|
||||
--primary-cta: #ffdf7d;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #b8860b;
|
||||
--background-accent: #8b6914;
|
||||
--background: #F5F5DC; /* Creme */
|
||||
--card: #E0D8C0; /* Slightly darker creme */
|
||||
--foreground: #4A3C32; /* Dark brown */
|
||||
--primary-cta: #A0785A; /* Warm light brown */
|
||||
--primary-cta-text: #F5F5DC; /* Creme for text on primary CTA */
|
||||
--secondary-cta: #6F4F28; /* Darker brown */
|
||||
--secondary-cta-text: #F5F5DC; /* Creme for text on secondary CTA */
|
||||
--accent: #8B5A2B; /* Medium brown */
|
||||
--background-accent: #5A3B1F; /* Slightly darker accent */
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user