Skip to content

Commit 93f454d

Browse files
committed
apply suggested palette
1 parent 75913ae commit 93f454d

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

src/configuration/_palettes.scss

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -121,33 +121,33 @@
121121
$eccgui-color-palette-light: (
122122
"identity": (
123123
"brand": eccgui-create-color-tints(#fae1cc #f8cd99 #f6b966 #f4a533 #f29100),
124-
"accent": eccgui-create-color-tints(#e5f4fb rgb(10 103 163)),
125-
"text": eccgui-create-color-tints(#f8f8f8 #090909),
126-
"background": eccgui-create-color-tints(#fff rgb(200 200 200)),
124+
"accent": eccgui-create-color-tints(#e5f4fb #aed1e5 #b0d0e3 #418ab9 #0a629b),
125+
"text": eccgui-create-color-tints(#f8f8f8 #d4d4d4 #353535 #2e2e2e #090909),
126+
"background": eccgui-create-color-tints(#fff #e8e8e8 #d6d6d6 #d4d4d4 #d3d3d3),
127127
),
128128
"semantic": (
129-
"info": eccgui-create-color-tints(rgb(227 242 253) rgb(21 101 192)),
130-
"success": eccgui-create-color-tints(rgb(232 245 233) #1b5e20),
131-
"warning": eccgui-create-color-tints(rgb(255 243 224) #e65100),
132-
"danger": eccgui-create-color-tints(#fff5f6 #b71c1c),
129+
"info": eccgui-create-color-tints(#e5f4fb #bad8e9 #bcd7e7 #418ab9 #0a67a3),
130+
"success": eccgui-create-color-tints(#e8f5e9 #b5cfb7 #66996f #4e8452 #103713),
131+
"warning": eccgui-create-color-tints(#fff3e0 #f9cba8 #e89158 #ec7a38 #672500),
132+
"danger": eccgui-create-color-tints(#fff5f6 #edbfc0 #a03b3b #c95253 #b71c1c),
133133
),
134134
"layout": (
135-
"yellow": eccgui-create-color-tints(#fffef1 #c6b700),
136-
"purple": eccgui-create-color-tints(#f3e5f5 #4a148c),
137-
"magenta": eccgui-create-color-tints(#ffb4d1 #a32152),
138-
"pink": eccgui-create-color-tints(#fbdeee #a5356e),
139-
"violet": eccgui-create-color-tints(#e8c9e8 #5c255c),
140-
"indigo": eccgui-create-color-tints(#ecd1f3 #c1a2d4 #9778b6 #6e4e98 #46247a),
141-
"cyan": eccgui-create-color-tints(#ccf9fe #00a0c0),
142-
"teal": eccgui-create-color-tints(#9addd6 #1f7a68),
143-
"lime": eccgui-create-color-tints(#cde0d6 #789f3f),
144-
"amber": eccgui-create-color-tints(#fff4d2 #ffa635),
145-
"vermilion": eccgui-create-color-tints(#ffd8cc #96290d),
146-
"grey": eccgui-create-color-tints(#eee #111),
135+
"yellow": eccgui-create-color-tints(#fff6d5 #f1ecb5 #e3db79 #d4c93c #c1a500),
136+
"purple": eccgui-create-color-tints(#f0d5e8 #c8a2d1 #9d6eb8 #71378f #480e75),
137+
"magenta": eccgui-create-color-tints(#ffb4d1 #e88fb1 #d16b92 #ba4672 #59122d),
138+
"pink": eccgui-create-color-tints(#f7c9e0 #e6b4ce #d08aae #bb5f8e #711c4d),
139+
"violet": eccgui-create-color-tints(#e6c3e6 #bf95bf #995099 #732273 #570057),
140+
"indigo": eccgui-create-color-tints(#e0caf4 #b89ee0 #8f72c5 #6547aa #3b1e8f),
141+
"cyan": eccgui-create-color-tints(#b3ecf5 #99e3ef #41b6cc #33b6d0 #004a5b),
142+
"teal": eccgui-create-color-tints(#88c9be #7bc4bb #3e8f81 #3e9384 #104c42),
143+
"lime": eccgui-create-color-tints(#cde0d6 #b8d0b0 #90af7b #8daf65 #87b347),
144+
"amber": eccgui-create-color-tints(#ffe7b8 #ffe1ab #e5b45f #ffba5c #ef8f00),
145+
"vermilion": eccgui-create-color-tints(#ffd8cc #e5ac9c #cb816d #55291d #651c09),
146+
"grey": eccgui-create-color-tints(#f5f6f7 #b7b7b7 #808080 #484848 #1c2329),
147147
),
148148
"extra": (
149-
"gold": eccgui-create-color-tints(#f7eab5 #c7a22b),
150-
"silver": eccgui-create-color-tints(#f9f9f9 #909090),
151-
"bronze": eccgui-create-color-tints(#fbe9db #cd7f32),
149+
"gold": eccgui-create-color-tints(#f7eab5 #ebd893 #dfc670 #d3b44e #c7a22b),
150+
"silver": eccgui-create-color-tints(#f9f9f9 #e6e6e6 #e7e7e7 #d8d8d8 #434343),
151+
"bronze": eccgui-create-color-tints(#fbe9db #f0cfb1 #e4b487 #d99a5c #d7985a),
152152
),
153153
) !default;

0 commit comments

Comments
 (0)