diff --git a/addon/styles/global.css b/addon/styles/global.css index 385165ac..61f856ed 100644 --- a/addon/styles/global.css +++ b/addon/styles/global.css @@ -26,6 +26,19 @@ --color-brand-hc-dark: #cf2d20; --color-brand-40: rgba(224, 78, 57, 0.4); + --color-blue-dark: #0076D6; + --color-blue: #10AAFF; + --color-blue-light: #DFFDFF; + + --color-green: #8BE998; + --color-green-light: #C7F9DE; + + --color-yellow: #FFEC64; + --color-yellow-light: #FFFAD6; + + --color-lilac: #7650F1; + --color-lilac-light: #D5CBFF; + --color-gray: #a2a3a8; --color-success: #d9f9e3; --color-danger: #ffd8e1; diff --git a/docs/concepts/colors.md b/docs/concepts/colors.md index 59149805..3c79a3dc 100644 --- a/docs/concepts/colors.md +++ b/docs/concepts/colors.md @@ -44,8 +44,90 @@ The primary palette is applied across every page of the website and contains the {{/each}} -## Secondary Colors +## Illustration Colors -The secondary palette is applied to UI elements and it's not part of the base colors. The purpose of the secondary palette is to ensure the readability, usability, and accessibility of all UI elements and enhance the communication of actions, changes in state, or errors. +These colors are for charts and diagrams only. The secondary palette is applied to UI elements and is not part of the base colors. The purpose of the secondary palette is to ensure the readability, usability, and accessibility of charts and diagrams and enhance the communication of actions, changes in state, or errors. -The secondary palette is yet to be defined. +
+ + + +
+ +
+ + +
+ +
+ + +
+ +
+ + +