diff --git a/src/styles/variables/colors.css b/src/styles/variables/colors.css index 05946bc..c42347d 100644 --- a/src/styles/variables/colors.css +++ b/src/styles/variables/colors.css @@ -22,8 +22,14 @@ --black: oklch(0, 0, 0); --white: oklch(1 0 0); - --white-d-1: oklch(0.9 0 0); - --white-d-2: oklch(0.8 0 0); + --white-d-1: oklch(0.95 0 0); + --white-d-2: oklch(0.9 0 0); + --white-d-3: oklch(0.85 0 0); + --white-d-4: oklch(0.8 0 0); + --white-d-5: oklch(0.75 0 0); + --white-d-6: oklch(0.7 0 0); + --white-d-7: oklch(0.65 0 0); + --white-d-8: oklch(0.6 0 0); --dark-l-2: var(--black-l-2); --dark-l-1: var(--black-l-1); @@ -34,5 +40,5 @@ --light-d-2: var(--white-d-2); --dark-bg: var(--dark-l-2); - --light-bg: var(--light-d-2); + --light-bg: oklch(1 0 0); } \ No newline at end of file