This commit is contained in:
2025-08-22 15:38:20 +02:00
parent 09e2e22886
commit 63066996a5
11 changed files with 54 additions and 61 deletions

View File

@@ -34,6 +34,20 @@ module.exports = {
'2xl': '40rem',
},
colors: {
// New Earth Tone Palette
'primary-olive': '#7B8D42',
'primary-terracotta': '#B54A38',
'secondary-sage': '#9BAE73',
'secondary-gold': '#C49A5A',
'bg-sand': '#F3EEE7',
'bg-clay': '#D1CFC5',
'bg-stone': '#D8D8CE',
'bg-darkbrown': '#3B2A2A',
'accent-teal': '#5A7D80',
'accent-sky': '#A2B7C7',
'text-dark': '#2C2C2C',
'nav-dark': '#301d00',
// Keep existing colors for backward compatibility
gold: {
50: '#FFC876', // Lightest shade
100: '#F5B74F',