diff --git a/src/app/globals.css b/src/app/globals.css index cf7468d..ae1ada7 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,14 +4,14 @@ --gray: #544; --primary: darkorange; - --primary-darkest: #3e1400; - --primary-lightest: #fff1eb; + --primary-darkest: #3c2100; + --primary-lightest: #ffeed8; --safety-yellow: #eed202; --safety-orange: #ff7900; --safety-red: #bd2024; - --gray-50: color-mix(in srgb, var(--gray) 3%, var(--white)); + --gray-50: color-mix(in srgb, var(--gray) 4%, var(--white)); --gray-100: color-mix(in srgb, var(--gray) 8%, var(--white)); --gray-200: color-mix(in srgb, var(--gray) 15%, var(--white)); --gray-300: color-mix(in srgb, var(--gray) 30%, var(--white));