forked from RocketChat/fuselage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
colors.scss
72 lines (72 loc) · 1.18 KB
/
colors.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
$colors: (
white: #ffffff,
n100: #f7f8fa,
n200: #f2f3f5,
n250: #ebecef,
n300: #eeeff1,
n400: #e4e7ea,
n450: #d7dbe0,
n500: #cbced1,
n600: #9ea2a8,
n700: #6c737a,
n800: #2f343d,
n900: #1f2329,
r100: #ffe9ec,
r200: #ffc1c9,
r300: #f98f9d,
r400: #f5455c,
r500: #ec0d2a,
r600: #d40c26,
r700: #bb0b21,
r800: #9b1325,
r900: #8b0719,
r1000: #6b0513,
o100: #fde8d7,
o200: #fad1b0,
o300: #f7b27b,
o400: #f59b53,
o500: #f38c39,
o600: #e26d0e,
o700: #bd5a0b,
o800: #974809,
o900: #713607,
o1000: #5b2c06,
p100: #f9effc,
p200: #edd0f7,
p300: #dca0ef,
p400: #ca71e7,
p500: #9f22c7,
p600: #7f1b9f,
p700: #5f1477,
p800: #4a105d,
p900: #350b42,
y100: #fff8e0,
y200: #ffecad,
y300: #ffe383,
y400: #ffd95a,
y500: #ffd031,
y600: #f3be08,
y700: #dfac00,
y800: #ac892f,
y900: #8e6300,
y1000: #573d00,
g100: #e5fbf4,
g200: #c0f6e4,
g300: #96f0d2,
g400: #6ce9c0,
g500: #2de0a5,
g600: #1ecb92,
g700: #19ac7c,
g800: #148660,
g900: #106d4f,
g1000: #0d5940,
b100: #e8f2ff,
b200: #d1ebfe,
b300: #76b7fc,
b400: #549df9,
b500: #156ff5,
b600: #095ad2,
b700: #10529e,
b800: #01336b,
b900: #012247,
);