From f5a54b264fb4c93d853f7ddfc48292a7dae54f76 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Fri, 25 Apr 2014 16:21:31 +0200 Subject: [PATCH] Color pallete of site to easily compare color values. --- src/styles/color-pallete.html | 90 +++++++++++++++++++++++++++++++ src/styles/global/_variables.scss | 6 +-- 2 files changed, 92 insertions(+), 4 deletions(-) create mode 100644 src/styles/color-pallete.html diff --git a/src/styles/color-pallete.html b/src/styles/color-pallete.html new file mode 100644 index 00000000..f5de250d --- /dev/null +++ b/src/styles/color-pallete.html @@ -0,0 +1,90 @@ + +CSS site color pallete + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ $background: #e5e5e5 + + $componentbg: #f5f5f5 + + $componentfg1: #262626 +
+ $componentfg2: rgba(0,0,0,.5) + + $componentfg3: rgba(0,0,0,.2) + + $componentfg4: #737373 +
+ $sidepanebg: white + + $bordercolor: #ccc + + $actioncolor1: rgb(132,184,25) +
+ $actioncolor2: rgb(0,149,52) + + none: #222 + + none: #db4f39 +
+ none: #84b819 +
diff --git a/src/styles/global/_variables.scss b/src/styles/global/_variables.scss index 592160e3..2fb1c417 100644 --- a/src/styles/global/_variables.scss +++ b/src/styles/global/_variables.scss @@ -22,6 +22,8 @@ $background: #e5e5e5; $componentbg: #f5f5f5; $componentfg1: #262626; $componentfg2: rgba(0,0,0,.5); +//rgba(0,0,0,.4) +//rgba(0,0,0,.3) $componentfg3: rgba(0,0,0,.2); $componentfg4: #737373; $sidepanebg: white; @@ -29,10 +31,6 @@ $bordercolor: #ccc; $actioncolor1: rgb(132,184,25); $actioncolor2: rgb(0,149,52); -//rgba(0,0,0,.4) -//rgba(0,0,0,.3) -//rgba(0,0,0,.2) -//#ccc //#222 //#db4f39 //#84b819