diff --git a/src/index.css b/src/index.css index b450b86..17c7b28 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #fdfdfd; - --card: #f4f4f5; - --foreground: #09090b; - --primary-cta: #18181b; + --background: #e0f2f1; + --card: #ffffff; + --foreground: #004d40; + --primary-cta: #008080; --primary-cta-text: #ffffff; - --secondary-cta: #e4e4e7; - --secondary-cta-text: #09090b; - --accent: #71717a; - --background-accent: #f4f4f5; + --secondary-cta: #b2dfdb; + --secondary-cta-text: #004d40; + --accent: #00695c; + --background-accent: #ffffff; /* @layout/border-radius/rounded */ --radius: 1rem;