-
Notifications
You must be signed in to change notification settings - Fork 7
/
color-variables.scss
200 lines (185 loc) · 5.64 KB
/
color-variables.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
// Generated by Color Studio v4.0.0
$studio-white: #fff;
$studio-black: #000;
$studio-gray-0: #f6f7f7;
$studio-gray-5: #dcdcde;
$studio-gray-10: #c3c4c7;
$studio-gray-20: #a7aaad;
$studio-gray-30: #8c8f94;
$studio-gray-40: #787c82;
$studio-gray-50: #646970;
$studio-gray-60: #50575e;
$studio-gray-70: #3c434a;
$studio-gray-80: #2c3338;
$studio-gray-90: #1d2327;
$studio-gray-100: #101517;
$studio-gray: $studio-gray-50;
$studio-blue-0: #e9f0f5;
$studio-blue-5: #bbe0fa;
$studio-blue-10: #91caf2;
$studio-blue-20: #68b3e8;
$studio-blue-30: #399ce3;
$studio-blue-40: #1689db;
$studio-blue-50: #0675c4;
$studio-blue-60: #055d9c;
$studio-blue-70: #044b7a;
$studio-blue-80: #02395c;
$studio-blue-90: #01283d;
$studio-blue-100: #001621;
$studio-blue: $studio-blue-50;
$studio-purple-0: #f2e9ed;
$studio-purple-5: #ebcee0;
$studio-purple-10: #e3afd5;
$studio-purple-20: #d48fc8;
$studio-purple-30: #c475bd;
$studio-purple-40: #b35eb1;
$studio-purple-50: #984a9c;
$studio-purple-60: #7c3982;
$studio-purple-70: #662c6e;
$studio-purple-80: #4d2054;
$studio-purple-90: #35163b;
$studio-purple-100: #1e0c21;
$studio-purple: $studio-purple-50;
$studio-pink-0: #f5e9ed;
$studio-pink-5: #f2ceda;
$studio-pink-10: #f7a8c3;
$studio-pink-20: #f283aa;
$studio-pink-30: #eb6594;
$studio-pink-40: #e34c84;
$studio-pink-50: #c9356e;
$studio-pink-60: #ab235a;
$studio-pink-70: #8c1749;
$studio-pink-80: #700f3b;
$studio-pink-90: #4f092a;
$studio-pink-100: #260415;
$studio-pink: $studio-pink-50;
$studio-red-0: #f7ebec;
$studio-red-5: #facfd2;
$studio-red-10: #ffabaf;
$studio-red-20: #ff8085;
$studio-red-30: #f86368;
$studio-red-40: #e65054;
$studio-red-50: #d63638;
$studio-red-60: #b32d2e;
$studio-red-70: #8a2424;
$studio-red-80: #691c1c;
$studio-red-90: #451313;
$studio-red-100: #240a0a;
$studio-red: $studio-red-50;
$studio-orange-0: #f5ece6;
$studio-orange-5: #f7dcc6;
$studio-orange-10: #ffbf86;
$studio-orange-20: #faa754;
$studio-orange-30: #e68b28;
$studio-orange-40: #d67709;
$studio-orange-50: #b26200;
$studio-orange-60: #8a4d00;
$studio-orange-70: #704000;
$studio-orange-80: #543100;
$studio-orange-90: #361f00;
$studio-orange-100: #1f1200;
$studio-orange: $studio-orange-50;
$studio-yellow-0: #f5f1e1;
$studio-yellow-5: #f5e6b3;
$studio-yellow-10: #f2d76b;
$studio-yellow-20: #f0c930;
$studio-yellow-30: #deb100;
$studio-yellow-40: #c08c00;
$studio-yellow-50: #9d6e00;
$studio-yellow-60: #7d5600;
$studio-yellow-70: #674600;
$studio-yellow-80: #4f3500;
$studio-yellow-90: #320;
$studio-yellow-100: #1c1300;
$studio-yellow: $studio-yellow-50;
$studio-green-0: #e6f2e8;
$studio-green-5: #b8e6bf;
$studio-green-10: #68de86;
$studio-green-20: #1ed15a;
$studio-green-30: #00ba37;
$studio-green-40: #00a32a;
$studio-green-50: #008a20;
$studio-green-60: #007017;
$studio-green-70: #005c12;
$studio-green-80: #00450c;
$studio-green-90: #003008;
$studio-green-100: #001c05;
$studio-green: $studio-green-50;
$studio-celadon-0: #e4f2ed;
$studio-celadon-5: #a7e8d3;
$studio-celadon-10: #66deb9;
$studio-celadon-20: #31cc9f;
$studio-celadon-30: #09b585;
$studio-celadon-40: #009e73;
$studio-celadon-50: #008763;
$studio-celadon-60: #007053;
$studio-celadon-70: #005c44;
$studio-celadon-80: #004533;
$studio-celadon-90: #003024;
$studio-celadon-100: #001c15;
$studio-celadon: $studio-celadon-50;
$studio-automattic-blue-0: #ebf4fa;
$studio-automattic-blue-5: #c4e2f5;
$studio-automattic-blue-10: #88ccf2;
$studio-automattic-blue-20: #5ab7e8;
$studio-automattic-blue-30: #24a3e0;
$studio-automattic-blue-40: #1490c7;
$studio-automattic-blue-50: #0277a8;
$studio-automattic-blue-60: #036085;
$studio-automattic-blue-70: #02506e;
$studio-automattic-blue-80: #02384d;
$studio-automattic-blue-90: #022836;
$studio-automattic-blue-100: #021b24;
$studio-automattic-blue: $studio-automattic-blue-30;
$studio-wordpress-blue-0: #fbfcfe;
$studio-wordpress-blue-5: #f7f8fe;
$studio-wordpress-blue-10: #d6ddf9;
$studio-wordpress-blue-20: #adbaf3;
$studio-wordpress-blue-30: #7b90ff;
$studio-wordpress-blue-40: #546ff3;
$studio-wordpress-blue-50: #3858e9;
$studio-wordpress-blue-60: #2a46ce;
$studio-wordpress-blue-70: #1d35b4;
$studio-wordpress-blue-80: #1f3286;
$studio-wordpress-blue-90: #14215a;
$studio-wordpress-blue-100: #0a112d;
$studio-wordpress-blue: $studio-wordpress-blue-50;
$studio-simplenote-blue-0: #e9ecf5;
$studio-simplenote-blue-5: #ced9f2;
$studio-simplenote-blue-10: #abc1f5;
$studio-simplenote-blue-20: #84a4f0;
$studio-simplenote-blue-30: #618df2;
$studio-simplenote-blue-40: #4678eb;
$studio-simplenote-blue-50: #3361cc;
$studio-simplenote-blue-60: #1d4fc4;
$studio-simplenote-blue-70: #113ead;
$studio-simplenote-blue-80: #0d2f85;
$studio-simplenote-blue-90: #09205c;
$studio-simplenote-blue-100: #05102e;
$studio-simplenote-blue: $studio-simplenote-blue-50;
$studio-woocommerce-purple-0: #f2edff;
$studio-woocommerce-purple-5: #e1d7ff;
$studio-woocommerce-purple-10: #d1c1ff;
$studio-woocommerce-purple-20: #b999ff;
$studio-woocommerce-purple-30: #a77eff;
$studio-woocommerce-purple-40: #873eff;
$studio-woocommerce-purple-50: #720eec;
$studio-woocommerce-purple-60: #6108ce;
$studio-woocommerce-purple-70: #5007aa;
$studio-woocommerce-purple-80: #3c087e;
$studio-woocommerce-purple-90: #2c045d;
$studio-woocommerce-purple-100: #1f0342;
$studio-woocommerce-purple: $studio-woocommerce-purple-50;
$studio-jetpack-green-0: #f0f2eb;
$studio-jetpack-green-5: #d0e6b8;
$studio-jetpack-green-10: #9dd977;
$studio-jetpack-green-20: #64ca43;
$studio-jetpack-green-30: #2fb41f;
$studio-jetpack-green-40: #069e08;
$studio-jetpack-green-50: #008710;
$studio-jetpack-green-60: #007117;
$studio-jetpack-green-70: #005b18;
$studio-jetpack-green-80: #004515;
$studio-jetpack-green-90: #003010;
$studio-jetpack-green-100: #001c09;
$studio-jetpack-green: $studio-jetpack-green-40;