diff --git a/src/index.css b/src/index.css index 1455135..fc63b9f 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #e3deea; + --background: #fafffb; --card: #ffffff; - --foreground: #27231f; - --primary-cta: #27231f; - --primary-cta-text: #e3deea; + --foreground: #001a0a; + --primary-cta: #0a705f; + --primary-cta-text: #fafffb; --secondary-cta: #ffffff; - --secondary-cta-text: #27231f; - --accent: #c68a62; - --background-accent: #c68a62; + --secondary-cta-text: #001a0a; + --accent: #a8d9be; + --background-accent: #6bbfb8; /* @layout/border-radius/rounded */ --radius: 0.5rem;