diff --git a/src/index.css b/src/index.css index aa6b52a..f96bd7b 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #2b180a; - --primary-cta-text: #f6f0e9; - --secondary-cta: #efe7dd; - --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --background: #fff8f0; + --card: #fcecdb; + --foreground: #4a2b16; + --primary-cta: #d97736; + --primary-cta-text: #ffffff; + --secondary-cta: #fcecdb; + --secondary-cta-text: #d97736; + --accent: #b88b67; + --background-accent: #e6c5a8; /* @layout/border-radius/rounded */ --radius: 0.5rem;