diff --git a/src/styles/variables/colors.css b/src/styles/variables/colors.css index 7d55097..a99a0d0 100644 --- a/src/styles/variables/colors.css +++ b/src/styles/variables/colors.css @@ -20,4 +20,8 @@ --black-l-2: oklch(0.2, 0, 0); --black-l-1: oklch(0.1, 0, 0); --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); } \ No newline at end of file