x
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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
<div class="tw:p-6 tw:max-w-7xl tw:mx-auto tw:space-y-8"> <!-- Header / Introduction --> <div class="tw-callout"> <p class="tw:mb-1 tw:text-sm tw:font-mono"> <strong>COLOR SYSTEM:</strong> Production color system from Figma<br> <strong>PALETTE:</strong> 3 Brand Colors | 4 Utility Colors | Neutral System | Special Colors<br> <strong>SHADES:</strong> Tailwind-style numbering (100-950) </p> <p class="tw:mb-0 tw:text-sm"> This color system uses descriptive naming with common sense semantics (red = critical, green = positive) rather than enforced semantic meaning, making colors suitable for both UI and data visualization. Each color has 10 shades plus semantic aliases for convenient use. </p> </div> <!-- Section 1: Brand Colors --> <div class="tw:border-t tw:pt-6"> <h2 class="tw-h4 tw:mb-4">Brand Colors</h2> <div class="tw-callout tw:mb-4"> <p class="tw:mb-0 tw:text-sm"> <strong>Brand Colors:</strong> Core colors defining the platform's visual identity. Each has a designated base shade (500) and 10 total shades for hierarchical use. </p> </div> <!-- Primary (Dark Blue) --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Primary - Dark Blue (Main signature color)</h3> <div class="tw:grid tw:grid-cols-10 tw:gap-1"> <div class="tw:bg-primary-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">100</div> <div class="tw:bg-primary-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">200</div> <div class="tw:bg-primary-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">300</div> <div class="tw:bg-primary-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">400</div> <div class="tw:bg-primary-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:font-bold">500<br> base</div> <div class="tw:bg-primary-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">600</div> <div class="tw:bg-primary-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">700</div> <div class="tw:bg-primary-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">800</div> <div class="tw:bg-primary-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">900</div> <div class="tw:bg-primary-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Used for main actions across the system. Aliases: <code>--color-primary</code> → <code>--color-primary-500</code></p> </div> <!-- Secondary (Orange-Red) --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Secondary - Orange-Red (Branding accent)</h3> <div class="tw:grid tw:grid-cols-10 tw:gap-1"> <div class="tw:bg-secondary-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">100</div> <div class="tw:bg-secondary-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">200</div> <div class="tw:bg-secondary-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">300</div> <div class="tw:bg-secondary-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">400</div> <div class="tw:bg-secondary-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:font-bold">500<br> base</div> <div class="tw:bg-secondary-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">600</div> <div class="tw:bg-secondary-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">700</div> <div class="tw:bg-secondary-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">800</div> <div class="tw:bg-secondary-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">900</div> <div class="tw:bg-secondary-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Branding combo color. Rarely used in UI elements, mainly for graphics and eye-catching anchors.</p> </div> <!-- Blue --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Blue (Dynamic brand color for links/interactive)</h3> <div class="tw:grid tw:grid-cols-10 tw:gap-1"> <div class="tw:bg-blue-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">100</div> <div class="tw:bg-blue-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">200</div> <div class="tw:bg-blue-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">300</div> <div class="tw:bg-blue-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">400</div> <div class="tw:bg-blue-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:font-bold">500<br> base</div> <div class="tw:bg-blue-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">600</div> <div class="tw:bg-blue-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">700</div> <div class="tw:bg-blue-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">800</div> <div class="tw:bg-blue-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">900</div> <div class="tw:bg-blue-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Very dynamic and common. Used for links and interactive elements. Aliases: <code>--color-info</code> → <code>--color-blue-500</code></p> </div> </div> <!-- Section 2: Utility Colors --> <div class="tw:border-t tw:pt-6"> <h2 class="tw-h4 tw:mb-4">Utility Colors</h2> <div class="tw-callout tw:mb-4"> <p class="tw:mb-0 tw:text-sm"> <strong>Utility Colors:</strong> Common sense colors for UI feedback and data visualization. Red = critical, Green = positive, Orange = caution, Magenta = data expansion. </p> </div> <!-- Orange --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Orange (Caution/Warning)</h3> <div class="tw:grid tw:grid-cols-10 tw:gap-1"> <div class="tw:bg-orange-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">100</div> <div class="tw:bg-orange-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">200</div> <div class="tw:bg-orange-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">300</div> <div class="tw:bg-orange-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">400</div> <div class="tw:bg-orange-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:font-bold">500</div> <div class="tw:bg-orange-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">600</div> <div class="tw:bg-orange-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">700</div> <div class="tw:bg-orange-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">800</div> <div class="tw:bg-orange-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">900</div> <div class="tw:bg-orange-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Aliases: <code>--color-warning</code> → <code>--color-orange-500</code></p> </div> <!-- Red --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Red (Negative/Critical)</h3> <div class="tw:grid tw:grid-cols-10 tw:gap-1"> <div class="tw:bg-red-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">100</div> <div class="tw:bg-red-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">200</div> <div class="tw:bg-red-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">300</div> <div class="tw:bg-red-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">400</div> <div class="tw:bg-red-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:font-bold">500</div> <div class="tw:bg-red-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">600</div> <div class="tw:bg-red-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">700</div> <div class="tw:bg-red-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">800</div> <div class="tw:bg-red-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">900</div> <div class="tw:bg-red-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Aliases: <code>--color-danger</code> → <code>--color-red-500</code></p> </div> <!-- Green --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Green (Positive/Success)</h3> <div class="tw:grid tw:grid-cols-10 tw:gap-1"> <div class="tw:bg-green-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">100</div> <div class="tw:bg-green-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">200</div> <div class="tw:bg-green-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">300</div> <div class="tw:bg-green-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">400</div> <div class="tw:bg-green-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:font-bold">500</div> <div class="tw:bg-green-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">600</div> <div class="tw:bg-green-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">700</div> <div class="tw:bg-green-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">800</div> <div class="tw:bg-green-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">900</div> <div class="tw:bg-green-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Aliases: <code>--color-success</code> → <code>--color-green-500</code></p> </div> <!-- Magenta --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Magenta (Data Visualization)</h3> <div class="tw:grid tw:grid-cols-10 tw:gap-1"> <div class="tw:bg-magenta-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">100</div> <div class="tw:bg-magenta-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">200</div> <div class="tw:bg-magenta-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">300</div> <div class="tw:bg-magenta-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">400</div> <div class="tw:bg-magenta-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:font-bold">500</div> <div class="tw:bg-magenta-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">600</div> <div class="tw:bg-magenta-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">700</div> <div class="tw:bg-magenta-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">800</div> <div class="tw:bg-magenta-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">900</div> <div class="tw:bg-magenta-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Additional color for data visualization expansion.</p> </div> </div> <!-- Section 3: Neutral System --> <div class="tw:border-t tw:pt-6"> <h2 class="tw-h4 tw:mb-4">Neutral System</h2> <div class="tw-callout tw:mb-4"> <p class="tw:mb-0 tw:text-sm"> <strong>Neutral Colors:</strong> Universal colors for backgrounds and text hierarchy. Solid neutrals plus translucent variants for overlays and subtle UI elements. </p> </div> <!-- Neutral Solid --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Neutral (Solid)</h3> <div class="tw:grid tw:grid-cols-11 tw:gap-1"> <div class="tw:bg-neutral-0 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:border tw:border-neutral-300">0</div> <div class="tw:bg-neutral-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">100</div> <div class="tw:bg-neutral-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">200</div> <div class="tw:bg-neutral-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">300</div> <div class="tw:bg-neutral-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">400</div> <div class="tw:bg-neutral-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">500</div> <div class="tw:bg-neutral-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">600</div> <div class="tw:bg-neutral-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">700</div> <div class="tw:bg-neutral-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">800</div> <div class="tw:bg-neutral-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">900</div> <div class="tw:bg-neutral-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Aliases: <code>--color-light</code> → <code>--color-neutral-100</code>, <code>--color-dark</code> → <code>--color-neutral-900</code></p> </div> <!-- Neutral Translucent --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Neutral Translucent (Blue-tinted, for overlays/shadows/borders)</h3> <div class="tw:grid tw:grid-cols-10 tw:gap-1"> <div class="tw:bg-neutral-translucent-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:border tw:border-neutral-300">100</div> <div class="tw:bg-neutral-translucent-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:border tw:border-neutral-300">200</div> <div class="tw:bg-neutral-translucent-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:border tw:border-neutral-300">300</div> <div class="tw:bg-neutral-translucent-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:border tw:border-neutral-300">400</div> <div class="tw:bg-neutral-translucent-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:border tw:border-neutral-300">500</div> <div class="tw:bg-neutral-translucent-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:border tw:border-neutral-300">600</div> <div class="tw:bg-neutral-translucent-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:border tw:border-neutral-300">700</div> <div class="tw:bg-neutral-translucent-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:border tw:border-neutral-300">800</div> <div class="tw:bg-neutral-translucent-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:border tw:border-neutral-300">900</div> <div class="tw:bg-neutral-translucent-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:border tw:border-neutral-300">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Base: rgba(37, 58, 106, opacity). Used for texts, shadows, lines, borders, and neutral button appearances.</p> </div> </div> <!-- Section 4: Special Purpose Colors --> <div class="tw:border-t tw:pt-6"> <h2 class="tw-h4 tw:mb-4">Special Purpose Colors</h2> <div class="tw-callout tw:mb-4"> <p class="tw:mb-0 tw:text-sm"> <strong>Special Colors:</strong> Specifically tuned for dedicated uses in the platform. </p> </div> <div class="tw:grid tw:grid-cols-2 tw:gap-4"> <div> <h3 class="tw-h6 tw:mb-2">Background</h3> <div class="tw:bg-background tw:h-24 tw:rounded tw:flex tw:items-center tw:justify-center tw:border tw:border-neutral-300"> <span class="tw:text-sm tw:font-mono">.bg-background</span> </div> <p class="tw:text-xs tw:mt-2 text-muted">For page backgrounds only. <code>--color-background</code></p> </div> <div> <h3 class="tw-h6 tw:mb-2">Table Header</h3> <div class="tw:bg-table-header tw:h-24 tw:rounded tw:flex tw:items-center tw:justify-center tw:border tw:border-neutral-300"> <span class="tw:text-sm tw:font-mono">.bg-table-header</span> </div> <p class="tw:text-xs tw:mt-2 text-muted">For table headers only. <code>--color-table-header</code></p> </div> </div> </div> <!-- Section 5: Semantic Aliases --> <div class="tw:border-t tw:pt-6"> <h2 class="tw-h4 tw:mb-4">Semantic Aliases (Backward Compatibility)</h2> <div class="tw-callout tw:mb-4"> <p class="tw:mb-0 tw:text-sm"> <strong>Semantic Names:</strong> Convenient aliases for common use cases. All point to shade 500 of their respective colors. </p> </div> <div class="tw:grid tw:grid-cols-1 tw:md:grid-cols-2 tw:gap-4"> <div class="tw:space-y-2"> <div class="tw:flex tw:items-center tw:gap-3"> <div class="tw:bg-primary tw:h-12 tw:w-12 tw:rounded tw:flex-shrink-0"></div> <div> <p class="tw:text-sm tw:font-semibold tw:mb-0">primary</p> <p class="tw:text-xs text-muted tw:font-mono tw:mb-0">→ primary-500</p> </div> </div> <div class="tw:flex tw:items-center tw:gap-3"> <div class="tw:bg-success tw:h-12 tw:w-12 tw:rounded tw:flex-shrink-0"></div> <div> <p class="tw:text-sm tw:font-semibold tw:mb-0">success</p> <p class="tw:text-xs text-muted tw:font-mono tw:mb-0">→ green-500</p> </div> </div> <div class="tw:flex tw:items-center tw:gap-3"> <div class="tw:bg-danger tw:h-12 tw:w-12 tw:rounded tw:flex-shrink-0"></div> <div> <p class="tw:text-sm tw:font-semibold tw:mb-0">danger</p> <p class="tw:text-xs text-muted tw:font-mono tw:mb-0">→ red-500</p> </div> </div> <div class="tw:flex tw:items-center tw:gap-3"> <div class="tw:bg-warning tw:h-12 tw:w-12 tw:rounded tw:flex-shrink-0"></div> <div> <p class="tw:text-sm tw:font-semibold tw:mb-0">warning</p> <p class="tw:text-xs text-muted tw:font-mono tw:mb-0">→ orange-500</p> </div> </div> </div> <div class="tw:space-y-2"> <div class="tw:flex tw:items-center tw:gap-3"> <div class="tw:bg-info tw:h-12 tw:w-12 tw:rounded tw:flex-shrink-0"></div> <div> <p class="tw:text-sm tw:font-semibold tw:mb-0">info</p> <p class="tw:text-xs text-muted tw:font-mono tw:mb-0">→ blue-500</p> </div> </div> <div class="tw:flex tw:items-center tw:gap-3"> <div class="tw:bg-light tw:h-12 tw:w-12 tw:rounded tw:flex-shrink-0 tw:border tw:border-neutral-300"></div> <div> <p class="tw:text-sm tw:font-semibold tw:mb-0">light</p> <p class="tw:text-xs text-muted tw:font-mono tw:mb-0">→ neutral-100</p> </div> </div> <div class="tw:flex tw:items-center tw:gap-3"> <div class="tw:bg-dark tw:h-12 tw:w-12 tw:rounded tw:flex-shrink-0"></div> <div> <p class="tw:text-sm tw:font-semibold tw:mb-0">dark</p> <p class="tw:text-xs text-muted tw:font-mono tw:mb-0">→ neutral-900</p> </div> </div> </div> </div> <div class="tw:mt-4 tw:p-3 tw:bg-light tw:rounded tw:text-xs"> <p class="tw:mb-1 tw:font-semibold">Note about Secondary:</p> <p class="tw:mb-0">The <code>--color-secondary</code> alias points to the orange-red brand color (secondary-500). For component variants like <code>.tw-btn-secondary</code>, neutral colors are used instead to maintain usability.</p> </div> </div> <!-- Section 6: Data Visualization Guidelines --> <div class="tw:border-t tw:pt-6"> <h2 class="tw-h4 tw:mb-4">Data Visualization Guidelines</h2> <div class="tw-callout tw:mb-4"> <p class="tw:mb-0 tw:text-sm"> <strong>Color Pairing:</strong> Recommended color combinations for charts and data visualization. See the full analysis document for detailed guidance. </p> </div> <div class="tw:space-y-4"> <!-- 2-Color Palette --> <div> <h3 class="tw-h6 tw:mb-2">2-Color Categorical (High contrast, brand-aligned)</h3> <div class="tw:flex tw:gap-2"> <div class="tw:bg-primary-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Primary</div> <div class="tw:bg-secondary-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Secondary</div> </div> </div> <!-- 3-Color Palette --> <div> <h3 class="tw-h6 tw:mb-2">3-Color Categorical (Clear distinction)</h3> <div class="tw:flex tw:gap-2"> <div class="tw:bg-blue-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Blue</div> <div class="tw:bg-green-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Green</div> <div class="tw:bg-orange-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Orange</div> </div> </div> <!-- 5-Color Palette --> <div> <h3 class="tw-h6 tw:mb-2">5-Color Categorical (Full range)</h3> <div class="tw:flex tw:gap-2"> <div class="tw:bg-primary-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Primary</div> <div class="tw:bg-blue-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Blue</div> <div class="tw:bg-green-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Green</div> <div class="tw:bg-orange-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Orange</div> <div class="tw:bg-magenta-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Magenta</div> </div> </div> <!-- Diverging Palette --> <div> <h3 class="tw-h6 tw:mb-2">Diverging (Negative ← Neutral → Positive)</h3> <div class="tw:flex tw:gap-2"> <div class="tw:bg-red-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Red</div> <div class="tw:bg-neutral-300 tw:h-12 tw:flex-1 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">Neutral</div> <div class="tw:bg-green-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Green</div> </div> </div> </div> <div class="tw:mt-4 tw:p-3 tw:bg-light tw:rounded tw:text-xs"> <p class="tw:mb-1 tw:font-semibold">Accessibility Notes:</p> <ul class="tw:mb-0 tw:pl-4 tw:space-y-1"> <li>Always pair color with another indicator (pattern, label, icon)</li> <li>Avoid red-green only combinations for colorblind accessibility</li> <li>Maintain 3:1 minimum contrast ratio between adjacent colors</li> <li>Test palettes with colorblind simulation tools</li> </ul> </div> </div> <!-- Quick Reference Footer --> <div class="tw:border-t tw:pt-6 tw:mt-8"> <div class="tw-callout"> <p class="tw:mb-1 tw:text-sm tw:font-semibold">Quick Reference</p> <p class="tw:mb-0 tw:text-xs tw:font-mono"> <strong>Brand:</strong> primary (dark blue) | secondary (orange-red) | blue<br> <strong>Utility:</strong> orange | red | green | magenta<br> <strong>Neutral:</strong> neutral-0 through neutral-950 | neutral-translucent-100 through neutral-translucent-950<br> <strong>Special:</strong> background | table-header<br> <strong>Semantic Aliases:</strong> primary | success (green) | danger (red) | warning (orange) | info (blue) | light | dark<br> <strong>Utilities:</strong> .bg-{color}-{shade} | .text-{color}-{shade} | .border-{color}-{shade}<br> <strong>CSS Variables:</strong> var(--color-{name}-{shade}) (e.g., var(--color-primary-500)) </p> </div> </div></div>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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<div class="tw:p-6 tw:max-w-7xl tw:mx-auto tw:space-y-8"> <!-- Header / Introduction --> <div class="tw-callout"> <p class="tw:mb-1 tw:text-sm tw:font-mono"> <strong>COLOR SYSTEM:</strong> Production color system from Figma<br> <strong>PALETTE:</strong> 3 Brand Colors | 4 Utility Colors | Neutral System | Special Colors<br> <strong>SHADES:</strong> Tailwind-style numbering (100-950) </p> <p class="tw:mb-0 tw:text-sm"> This color system uses descriptive naming with common sense semantics (red = critical, green = positive) rather than enforced semantic meaning, making colors suitable for both UI and data visualization. Each color has 10 shades plus semantic aliases for convenient use. </p> </div> <!-- Section 1: Brand Colors --> <div class="tw:border-t tw:pt-6"> <h2 class="tw-h4 tw:mb-4">Brand Colors</h2> <div class="tw-callout tw:mb-4"> <p class="tw:mb-0 tw:text-sm"> <strong>Brand Colors:</strong> Core colors defining the platform's visual identity. Each has a designated base shade (500) and 10 total shades for hierarchical use. </p> </div> <!-- Primary (Dark Blue) --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Primary - Dark Blue (Main signature color)</h3> <div class="tw:grid tw:grid-cols-10 tw:gap-1"> <div class="tw:bg-primary-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">100</div> <div class="tw:bg-primary-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">200</div> <div class="tw:bg-primary-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">300</div> <div class="tw:bg-primary-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">400</div> <div class="tw:bg-primary-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:font-bold">500<br>base</div> <div class="tw:bg-primary-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">600</div> <div class="tw:bg-primary-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">700</div> <div class="tw:bg-primary-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">800</div> <div class="tw:bg-primary-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">900</div> <div class="tw:bg-primary-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Used for main actions across the system. Aliases: <code>--color-primary</code> → <code>--color-primary-500</code></p> </div> <!-- Secondary (Orange-Red) --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Secondary - Orange-Red (Branding accent)</h3> <div class="tw:grid tw:grid-cols-10 tw:gap-1"> <div class="tw:bg-secondary-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">100</div> <div class="tw:bg-secondary-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">200</div> <div class="tw:bg-secondary-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">300</div> <div class="tw:bg-secondary-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">400</div> <div class="tw:bg-secondary-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:font-bold">500<br>base</div> <div class="tw:bg-secondary-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">600</div> <div class="tw:bg-secondary-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">700</div> <div class="tw:bg-secondary-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">800</div> <div class="tw:bg-secondary-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">900</div> <div class="tw:bg-secondary-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Branding combo color. Rarely used in UI elements, mainly for graphics and eye-catching anchors.</p> </div> <!-- Blue --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Blue (Dynamic brand color for links/interactive)</h3> <div class="tw:grid tw:grid-cols-10 tw:gap-1"> <div class="tw:bg-blue-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">100</div> <div class="tw:bg-blue-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">200</div> <div class="tw:bg-blue-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">300</div> <div class="tw:bg-blue-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">400</div> <div class="tw:bg-blue-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:font-bold">500<br>base</div> <div class="tw:bg-blue-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">600</div> <div class="tw:bg-blue-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">700</div> <div class="tw:bg-blue-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">800</div> <div class="tw:bg-blue-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">900</div> <div class="tw:bg-blue-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Very dynamic and common. Used for links and interactive elements. Aliases: <code>--color-info</code> → <code>--color-blue-500</code></p> </div> </div> <!-- Section 2: Utility Colors --> <div class="tw:border-t tw:pt-6"> <h2 class="tw-h4 tw:mb-4">Utility Colors</h2> <div class="tw-callout tw:mb-4"> <p class="tw:mb-0 tw:text-sm"> <strong>Utility Colors:</strong> Common sense colors for UI feedback and data visualization. Red = critical, Green = positive, Orange = caution, Magenta = data expansion. </p> </div> <!-- Orange --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Orange (Caution/Warning)</h3> <div class="tw:grid tw:grid-cols-10 tw:gap-1"> <div class="tw:bg-orange-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">100</div> <div class="tw:bg-orange-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">200</div> <div class="tw:bg-orange-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">300</div> <div class="tw:bg-orange-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">400</div> <div class="tw:bg-orange-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:font-bold">500</div> <div class="tw:bg-orange-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">600</div> <div class="tw:bg-orange-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">700</div> <div class="tw:bg-orange-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">800</div> <div class="tw:bg-orange-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">900</div> <div class="tw:bg-orange-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Aliases: <code>--color-warning</code> → <code>--color-orange-500</code></p> </div> <!-- Red --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Red (Negative/Critical)</h3> <div class="tw:grid tw:grid-cols-10 tw:gap-1"> <div class="tw:bg-red-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">100</div> <div class="tw:bg-red-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">200</div> <div class="tw:bg-red-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">300</div> <div class="tw:bg-red-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">400</div> <div class="tw:bg-red-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:font-bold">500</div> <div class="tw:bg-red-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">600</div> <div class="tw:bg-red-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">700</div> <div class="tw:bg-red-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">800</div> <div class="tw:bg-red-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">900</div> <div class="tw:bg-red-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Aliases: <code>--color-danger</code> → <code>--color-red-500</code></p> </div> <!-- Green --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Green (Positive/Success)</h3> <div class="tw:grid tw:grid-cols-10 tw:gap-1"> <div class="tw:bg-green-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">100</div> <div class="tw:bg-green-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">200</div> <div class="tw:bg-green-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">300</div> <div class="tw:bg-green-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">400</div> <div class="tw:bg-green-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:font-bold">500</div> <div class="tw:bg-green-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">600</div> <div class="tw:bg-green-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">700</div> <div class="tw:bg-green-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">800</div> <div class="tw:bg-green-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">900</div> <div class="tw:bg-green-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Aliases: <code>--color-success</code> → <code>--color-green-500</code></p> </div> <!-- Magenta --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Magenta (Data Visualization)</h3> <div class="tw:grid tw:grid-cols-10 tw:gap-1"> <div class="tw:bg-magenta-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">100</div> <div class="tw:bg-magenta-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">200</div> <div class="tw:bg-magenta-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">300</div> <div class="tw:bg-magenta-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">400</div> <div class="tw:bg-magenta-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:font-bold">500</div> <div class="tw:bg-magenta-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">600</div> <div class="tw:bg-magenta-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">700</div> <div class="tw:bg-magenta-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">800</div> <div class="tw:bg-magenta-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">900</div> <div class="tw:bg-magenta-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Additional color for data visualization expansion.</p> </div> </div> <!-- Section 3: Neutral System --> <div class="tw:border-t tw:pt-6"> <h2 class="tw-h4 tw:mb-4">Neutral System</h2> <div class="tw-callout tw:mb-4"> <p class="tw:mb-0 tw:text-sm"> <strong>Neutral Colors:</strong> Universal colors for backgrounds and text hierarchy. Solid neutrals plus translucent variants for overlays and subtle UI elements. </p> </div> <!-- Neutral Solid --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Neutral (Solid)</h3> <div class="tw:grid tw:grid-cols-11 tw:gap-1"> <div class="tw:bg-neutral-0 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:border tw:border-neutral-300">0</div> <div class="tw:bg-neutral-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">100</div> <div class="tw:bg-neutral-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">200</div> <div class="tw:bg-neutral-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">300</div> <div class="tw:bg-neutral-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">400</div> <div class="tw:bg-neutral-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">500</div> <div class="tw:bg-neutral-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">600</div> <div class="tw:bg-neutral-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">700</div> <div class="tw:bg-neutral-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">800</div> <div class="tw:bg-neutral-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">900</div> <div class="tw:bg-neutral-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Aliases: <code>--color-light</code> → <code>--color-neutral-100</code>, <code>--color-dark</code> → <code>--color-neutral-900</code></p> </div> <!-- Neutral Translucent --> <div class="tw:mb-6"> <h3 class="tw-h6 tw:mb-3">Neutral Translucent (Blue-tinted, for overlays/shadows/borders)</h3> <div class="tw:grid tw:grid-cols-10 tw:gap-1"> <div class="tw:bg-neutral-translucent-100 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:border tw:border-neutral-300">100</div> <div class="tw:bg-neutral-translucent-200 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:border tw:border-neutral-300">200</div> <div class="tw:bg-neutral-translucent-300 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:border tw:border-neutral-300">300</div> <div class="tw:bg-neutral-translucent-400 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:border tw:border-neutral-300">400</div> <div class="tw:bg-neutral-translucent-500 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:border tw:border-neutral-300">500</div> <div class="tw:bg-neutral-translucent-600 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:border tw:border-neutral-300">600</div> <div class="tw:bg-neutral-translucent-700 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:border tw:border-neutral-300">700</div> <div class="tw:bg-neutral-translucent-800 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:border tw:border-neutral-300">800</div> <div class="tw:bg-neutral-translucent-900 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:border tw:border-neutral-300">900</div> <div class="tw:bg-neutral-translucent-950 tw:h-16 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs tw:text-white tw:border tw:border-neutral-300">950</div> </div> <p class="tw:text-xs tw:mt-2 text-muted">Base: rgba(37, 58, 106, opacity). Used for texts, shadows, lines, borders, and neutral button appearances.</p> </div> </div> <!-- Section 4: Special Purpose Colors --> <div class="tw:border-t tw:pt-6"> <h2 class="tw-h4 tw:mb-4">Special Purpose Colors</h2> <div class="tw-callout tw:mb-4"> <p class="tw:mb-0 tw:text-sm"> <strong>Special Colors:</strong> Specifically tuned for dedicated uses in the platform. </p> </div> <div class="tw:grid tw:grid-cols-2 tw:gap-4"> <div> <h3 class="tw-h6 tw:mb-2">Background</h3> <div class="tw:bg-background tw:h-24 tw:rounded tw:flex tw:items-center tw:justify-center tw:border tw:border-neutral-300"> <span class="tw:text-sm tw:font-mono">.bg-background</span> </div> <p class="tw:text-xs tw:mt-2 text-muted">For page backgrounds only. <code>--color-background</code></p> </div> <div> <h3 class="tw-h6 tw:mb-2">Table Header</h3> <div class="tw:bg-table-header tw:h-24 tw:rounded tw:flex tw:items-center tw:justify-center tw:border tw:border-neutral-300"> <span class="tw:text-sm tw:font-mono">.bg-table-header</span> </div> <p class="tw:text-xs tw:mt-2 text-muted">For table headers only. <code>--color-table-header</code></p> </div> </div> </div> <!-- Section 5: Semantic Aliases --> <div class="tw:border-t tw:pt-6"> <h2 class="tw-h4 tw:mb-4">Semantic Aliases (Backward Compatibility)</h2> <div class="tw-callout tw:mb-4"> <p class="tw:mb-0 tw:text-sm"> <strong>Semantic Names:</strong> Convenient aliases for common use cases. All point to shade 500 of their respective colors. </p> </div> <div class="tw:grid tw:grid-cols-1 tw:md:grid-cols-2 tw:gap-4"> <div class="tw:space-y-2"> <div class="tw:flex tw:items-center tw:gap-3"> <div class="tw:bg-primary tw:h-12 tw:w-12 tw:rounded tw:flex-shrink-0"></div> <div> <p class="tw:text-sm tw:font-semibold tw:mb-0">primary</p> <p class="tw:text-xs text-muted tw:font-mono tw:mb-0">→ primary-500</p> </div> </div> <div class="tw:flex tw:items-center tw:gap-3"> <div class="tw:bg-success tw:h-12 tw:w-12 tw:rounded tw:flex-shrink-0"></div> <div> <p class="tw:text-sm tw:font-semibold tw:mb-0">success</p> <p class="tw:text-xs text-muted tw:font-mono tw:mb-0">→ green-500</p> </div> </div> <div class="tw:flex tw:items-center tw:gap-3"> <div class="tw:bg-danger tw:h-12 tw:w-12 tw:rounded tw:flex-shrink-0"></div> <div> <p class="tw:text-sm tw:font-semibold tw:mb-0">danger</p> <p class="tw:text-xs text-muted tw:font-mono tw:mb-0">→ red-500</p> </div> </div> <div class="tw:flex tw:items-center tw:gap-3"> <div class="tw:bg-warning tw:h-12 tw:w-12 tw:rounded tw:flex-shrink-0"></div> <div> <p class="tw:text-sm tw:font-semibold tw:mb-0">warning</p> <p class="tw:text-xs text-muted tw:font-mono tw:mb-0">→ orange-500</p> </div> </div> </div> <div class="tw:space-y-2"> <div class="tw:flex tw:items-center tw:gap-3"> <div class="tw:bg-info tw:h-12 tw:w-12 tw:rounded tw:flex-shrink-0"></div> <div> <p class="tw:text-sm tw:font-semibold tw:mb-0">info</p> <p class="tw:text-xs text-muted tw:font-mono tw:mb-0">→ blue-500</p> </div> </div> <div class="tw:flex tw:items-center tw:gap-3"> <div class="tw:bg-light tw:h-12 tw:w-12 tw:rounded tw:flex-shrink-0 tw:border tw:border-neutral-300"></div> <div> <p class="tw:text-sm tw:font-semibold tw:mb-0">light</p> <p class="tw:text-xs text-muted tw:font-mono tw:mb-0">→ neutral-100</p> </div> </div> <div class="tw:flex tw:items-center tw:gap-3"> <div class="tw:bg-dark tw:h-12 tw:w-12 tw:rounded tw:flex-shrink-0"></div> <div> <p class="tw:text-sm tw:font-semibold tw:mb-0">dark</p> <p class="tw:text-xs text-muted tw:font-mono tw:mb-0">→ neutral-900</p> </div> </div> </div> </div> <div class="tw:mt-4 tw:p-3 tw:bg-light tw:rounded tw:text-xs"> <p class="tw:mb-1 tw:font-semibold">Note about Secondary:</p> <p class="tw:mb-0">The <code>--color-secondary</code> alias points to the orange-red brand color (secondary-500). For component variants like <code>.tw-btn-secondary</code>, neutral colors are used instead to maintain usability.</p> </div> </div> <!-- Section 6: Data Visualization Guidelines --> <div class="tw:border-t tw:pt-6"> <h2 class="tw-h4 tw:mb-4">Data Visualization Guidelines</h2> <div class="tw-callout tw:mb-4"> <p class="tw:mb-0 tw:text-sm"> <strong>Color Pairing:</strong> Recommended color combinations for charts and data visualization. See the full analysis document for detailed guidance. </p> </div> <div class="tw:space-y-4"> <!-- 2-Color Palette --> <div> <h3 class="tw-h6 tw:mb-2">2-Color Categorical (High contrast, brand-aligned)</h3> <div class="tw:flex tw:gap-2"> <div class="tw:bg-primary-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Primary</div> <div class="tw:bg-secondary-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Secondary</div> </div> </div> <!-- 3-Color Palette --> <div> <h3 class="tw-h6 tw:mb-2">3-Color Categorical (Clear distinction)</h3> <div class="tw:flex tw:gap-2"> <div class="tw:bg-blue-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Blue</div> <div class="tw:bg-green-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Green</div> <div class="tw:bg-orange-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Orange</div> </div> </div> <!-- 5-Color Palette --> <div> <h3 class="tw-h6 tw:mb-2">5-Color Categorical (Full range)</h3> <div class="tw:flex tw:gap-2"> <div class="tw:bg-primary-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Primary</div> <div class="tw:bg-blue-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Blue</div> <div class="tw:bg-green-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Green</div> <div class="tw:bg-orange-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Orange</div> <div class="tw:bg-magenta-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Magenta</div> </div> </div> <!-- Diverging Palette --> <div> <h3 class="tw-h6 tw:mb-2">Diverging (Negative ← Neutral → Positive)</h3> <div class="tw:flex tw:gap-2"> <div class="tw:bg-red-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Red</div> <div class="tw:bg-neutral-300 tw:h-12 tw:flex-1 tw:rounded tw:flex tw:items-center tw:justify-center tw:text-xs">Neutral</div> <div class="tw:bg-green-500 tw:h-12 tw:flex-1 tw:rounded tw:text-white tw:flex tw:items-center tw:justify-center tw:text-xs">Green</div> </div> </div> </div> <div class="tw:mt-4 tw:p-3 tw:bg-light tw:rounded tw:text-xs"> <p class="tw:mb-1 tw:font-semibold">Accessibility Notes:</p> <ul class="tw:mb-0 tw:pl-4 tw:space-y-1"> <li>Always pair color with another indicator (pattern, label, icon)</li> <li>Avoid red-green only combinations for colorblind accessibility</li> <li>Maintain 3:1 minimum contrast ratio between adjacent colors</li> <li>Test palettes with colorblind simulation tools</li> </ul> </div> </div> <!-- Quick Reference Footer --> <div class="tw:border-t tw:pt-6 tw:mt-8"> <div class="tw-callout"> <p class="tw:mb-1 tw:text-sm tw:font-semibold">Quick Reference</p> <p class="tw:mb-0 tw:text-xs tw:font-mono"> <strong>Brand:</strong> primary (dark blue) | secondary (orange-red) | blue<br> <strong>Utility:</strong> orange | red | green | magenta<br> <strong>Neutral:</strong> neutral-0 through neutral-950 | neutral-translucent-100 through neutral-translucent-950<br> <strong>Special:</strong> background | table-header<br> <strong>Semantic Aliases:</strong> primary | success (green) | danger (red) | warning (orange) | info (blue) | light | dark<br> <strong>Utilities:</strong> .bg-{color}-{shade} | .text-{color}-{shade} | .border-{color}-{shade}<br> <strong>CSS Variables:</strong> var(--color-{name}-{shade}) (e.g., var(--color-primary-500)) </p> </div> </div></div>No notes provided.
No params configured.