diff --git a/src/index.css b/src/index.css index d33d891..d024896 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #fff8f0; + --background: #faf5ff; --card: #ffffff; - --foreground: #1a0f00; - --primary-cta: #ea580c; + --foreground: #2e1065; + --primary-cta: #9333ea; --primary-cta-text: #ffffff; - --secondary-cta: #ffedd5; - --secondary-cta-text: #9a3412; - --accent: #f97316; - --background-accent: #ffedd5; + --secondary-cta: #f3e8ff; + --secondary-cta-text: #6b21a8; + --accent: #a855f7; + --background-accent: #f3e8ff; /* @layout/border-radius/rounded */ --radius: 1.5rem;