Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-06-15 21:15:28 +0300
committerMark Otto <markdotto@gmail.com>2017-06-15 21:15:28 +0300
commit516af795094605a2771c221c9e8b4894a758a455 (patch)
treebbcb8ba3e84f209d0d5fcd000351d8dd9f81c12a /_data/grays.yml
parentbe39742d65f8999329c515fbf9c8102e32afe271 (diff)
prep docs for displaying the colors
Diffstat (limited to '_data/grays.yml')
-rw-r--r--_data/grays.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/_data/grays.yml b/_data/grays.yml
new file mode 100644
index 0000000000..bf9750ee9c
--- /dev/null
+++ b/_data/grays.yml
@@ -0,0 +1,18 @@
+- name: 100
+ hex: "#f8f9fa"
+- name: 200
+ hex: "#ebedef"
+- name: 300
+ hex: "#ced3d8"
+- name: 400
+ hex: "#abb3bd"
+- name: 500
+ hex: "#7c8a99"
+- name: 600
+ hex: "#55626f"
+- name: 700
+ hex: "#4a5560"
+- name: 800
+ hex: "#384048"
+- name: 900
+ hex: "#131619"