diff --git a/docs/documentation/overview/variables.html b/docs/documentation/overview/variables.html
index 8992dcd2..89337640 100644
--- a/docs/documentation/overview/variables.html
+++ b/docs/documentation/overview/variables.html
@@ -67,99 +67,127 @@ doc-subtab: variables
$black |
-
- #0a0a0a
+
+ hsl(0, 0%, 4%)
+ |
+
+
+ $black-bis |
+
+
+ hsl(0, 0%, 7%)
+ |
+
+
+ $black-ter |
+
+
+ hsl(0, 0%, 14%)
|
$grey-darker |
-
- #363636
- |
-
+
+ hsl(0, 0%, 21%)
+
+
$grey-dark |
-
- #4a4a4a
+
+ hsl(0, 0%, 29%)
|
$grey |
-
- #7a7a7a
+
+ hsl(0, 0%, 48%)
|
$grey-light |
-
- #b5b5b5
+
+ hsl(0, 0%, 71%)
|
$grey-lighter |
-
- #dbdbdb
+
+ hsl(0, 0%, 86%)
+ |
+
+
+ $white-ter |
+
+
+ hsl(0, 0%, 96%)
+ |
+
+
+ $white-bis |
+
+
+ hsl(0, 0%, 98%)
|
$white |
-
- #fff
- |
-
-
- $blue |
-
-
- #3273dc
- |
-
-
- $green |
-
-
- #23d160
+
+ hsl(0, 0%, 100%)
|
$orange |
-
- #ff470f
- |
-
-
- $purple |
-
-
- #b86bff
- |
-
-
- $red |
-
-
- #ff3860
- |
-
-
- $turquoise |
-
-
- #00d1b2
+
+ hsl(14, 100%, 53%)
|
$yellow |
-
- #ffdd57
+
+ hsl(48, 100%, 67%)
+ |
+
+
+ $green |
+
+
+ hsl(141, 71%, 48%)
+ |
+
+
+ $turquoise |
+
+
+ hsl(171, 100%, 41%)
+ |
+
+
+ $blue |
+
+
+ hsl(217, 71%, 53%)
+ |
+
+
+ $purple |
+
+
+ hsl(271, 100%, 71%)
+ |
+
+
+ $red |
+
+
+ hsl(348, 100%, 61%)
|