omnidesign 1.0.2 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +383 -0
- package/README.md +307 -98
- package/bin/cli.js +1 -1
- package/package.json +22 -7
- package/packages/tokens-css/dist/tokens.css +162 -0
- package/packages/tokens-tailwind/dist/index.js +315 -0
- package/packages/tokens-tailwind/dist/tailwind.config.js +339 -0
- package/packages/tokens-tailwind/dist/tailwind.config.json +339 -0
- package/packages/tokens-tailwind/dist/tokens.css +313 -0
- package/packages/tokens-tailwind/dist/utility-mapping.json +145 -0
- package/packages/tokens-tailwind/package.json +47 -0
- package/packages/tokens-tailwind/scripts/build-tailwind.js +285 -0
- package/packages/tokens-ts/dist/tokens.ts +1307 -0
- package/skills/opencode/omnidesign-tailwind.md +450 -0
- package/tokens/primitives/colors-extended.json +455 -0
- package/tokens/typography/nerd-fonts-catalog.json +511 -0
- package/tokens/typography/nerd-fonts-complete.json +1858 -0
|
@@ -0,0 +1,455 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_meta": {
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Extended color palette for OmniDesign - 16 color families with 11 shades each (50-950)",
|
|
5
|
+
"lastUpdated": "2026-01-31",
|
|
6
|
+
"format": "DTCG (Design Tokens Community Group)",
|
|
7
|
+
"totalColors": 176,
|
|
8
|
+
"inspiredBy": "Tailwind CSS color system"
|
|
9
|
+
},
|
|
10
|
+
"families": {
|
|
11
|
+
"neutral": {
|
|
12
|
+
"description": "Pure grayscale for UI structure - backgrounds, borders, text",
|
|
13
|
+
"usage": "UI chrome, backgrounds, neutral text",
|
|
14
|
+
"shades": {
|
|
15
|
+
"50": { "$type": "color", "$value": "#FAFAFA", "$description": "Lightest background, subtle surfaces" },
|
|
16
|
+
"100": { "$type": "color", "$value": "#F5F5F5", "$description": "Very light backgrounds, hover states" },
|
|
17
|
+
"200": { "$type": "color", "$value": "#E5E5E5", "$description": "Borders, dividers, subtle backgrounds" },
|
|
18
|
+
"300": { "$type": "color", "$value": "#D4D4D4", "$description": "Disabled states, placeholder text" },
|
|
19
|
+
"400": { "$type": "color", "$value": "#A3A3A3", "$description": "Muted text, secondary content" },
|
|
20
|
+
"500": { "$type": "color", "$value": "#737373", "$description": "Neutral base shade - icons, secondary text" },
|
|
21
|
+
"600": { "$type": "color", "$value": "#525252", "$description": "Medium gray - primary neutral text" },
|
|
22
|
+
"700": { "$type": "color", "$value": "#404040", "$description": "Dark gray - headings on light" },
|
|
23
|
+
"800": { "$type": "color", "$value": "#262626", "$description": "Very dark - strong text" },
|
|
24
|
+
"900": { "$type": "color", "$value": "#171717", "$description": "Darker text, dark surfaces" },
|
|
25
|
+
"950": { "$type": "color", "$value": "#0A0A0A", "$description": "Darkest - near black, high contrast text" }
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"slate": {
|
|
29
|
+
"description": "Cool gray with subtle blue undertone - modern tech aesthetic",
|
|
30
|
+
"usage": "Modern tech interfaces, professional software",
|
|
31
|
+
"shades": {
|
|
32
|
+
"50": { "$type": "color", "$value": "#F8FAFC", "$description": "Slate-50 - cool lightest background" },
|
|
33
|
+
"100": { "$type": "color", "$value": "#F1F5F9", "$description": "Cool gray background, card surfaces" },
|
|
34
|
+
"200": { "$type": "color", "$value": "#E2E8F0", "$description": "Cool borders, input backgrounds" },
|
|
35
|
+
"300": { "$type": "color", "$value": "#CBD5E1", "$description": "Cool disabled, dividers" },
|
|
36
|
+
"400": { "$type": "color", "$value": "#94A3B8", "$description": "Cool muted text" },
|
|
37
|
+
"500": { "$type": "color", "$value": "#64748B", "$description": "Slate-500 - neutral cool base" },
|
|
38
|
+
"600": { "$type": "color", "$value": "#475569", "$description": "Cool primary text" },
|
|
39
|
+
"700": { "$type": "color", "$value": "#334155", "$description": "Dark cool headings" },
|
|
40
|
+
"800": { "$type": "color", "$value": "#1E293B", "$description": "Very dark cool surfaces" },
|
|
41
|
+
"900": { "$type": "color", "$value": "#0F172A", "$description": "Dark mode backgrounds" },
|
|
42
|
+
"950": { "$type": "color", "$value": "#020617", "$description": "Darkest cool - near black" }
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"zinc": {
|
|
46
|
+
"description": "True neutral gray - balanced without color bias",
|
|
47
|
+
"usage": "Neutral UI, Swiss design, minimalist interfaces",
|
|
48
|
+
"shades": {
|
|
49
|
+
"50": { "$type": "color", "$value": "#FAFAFA", "$description": "True neutral lightest" },
|
|
50
|
+
"100": { "$type": "color", "$value": "#F4F4F5", "$description": "Neutral background" },
|
|
51
|
+
"200": { "$type": "color", "$value": "#E4E4E7", "$description": "Neutral borders" },
|
|
52
|
+
"300": { "$type": "color", "$value": "#D4D4D8", "$description": "Neutral dividers" },
|
|
53
|
+
"400": { "$type": "color", "$value": "#A1A1AA", "$description": "Neutral muted text" },
|
|
54
|
+
"500": { "$type": "color", "$value": "#71717A", "$description": "Zinc-500 - true neutral base" },
|
|
55
|
+
"600": { "$type": "color", "$value": "#52525B", "$description": "Neutral primary text" },
|
|
56
|
+
"700": { "$type": "color", "$value": "#3F3F46", "$description": "Dark neutral text" },
|
|
57
|
+
"800": { "$type": "color", "$value": "#27272A", "$description": "Dark neutral surfaces" },
|
|
58
|
+
"900": { "$type": "color", "$value": "#18181B", "$description": "Very dark neutral" },
|
|
59
|
+
"950": { "$type": "color", "$value": "#09090B", "$description": "True neutral darkest" }
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"stone": {
|
|
63
|
+
"description": "Warm gray with subtle brown undertone - organic, editorial feel",
|
|
64
|
+
"usage": "Editorial content, organic brands, warm interfaces",
|
|
65
|
+
"shades": {
|
|
66
|
+
"50": { "$type": "color", "$value": "#FAFAF9", "$description": "Warm lightest background" },
|
|
67
|
+
"100": { "$type": "color", "$value": "#F5F5F4", "$description": "Warm paper-like background" },
|
|
68
|
+
"200": { "$type": "color", "$value": "#E7E5E4", "$description": "Warm borders" },
|
|
69
|
+
"300": { "$type": "color", "$value": "#D6D3D1", "$description": "Warm dividers" },
|
|
70
|
+
"400": { "$type": "color", "$value": "#A8A29E", "$description": "Warm muted text" },
|
|
71
|
+
"500": { "$type": "color", "$value": "#78716C", "$description": "Stone-500 - warm neutral base" },
|
|
72
|
+
"600": { "$type": "color", "$value": "#57534E", "$description": "Warm primary text" },
|
|
73
|
+
"700": { "$type": "color", "$value": "#44403C", "$description": "Dark warm headings" },
|
|
74
|
+
"800": { "$type": "color", "$value": "#292524", "$description": "Dark warm surfaces" },
|
|
75
|
+
"900": { "$type": "color", "$value": "#1C1917", "$description": "Very dark warm" },
|
|
76
|
+
"950": { "$type": "color", "$value": "#0C0A09", "$description": "Warm darkest" }
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"red": {
|
|
80
|
+
"description": "Error states, destructive actions, warnings, alerts",
|
|
81
|
+
"usage": "Danger, error messages, delete buttons, critical alerts",
|
|
82
|
+
"shades": {
|
|
83
|
+
"50": { "$type": "color", "$value": "#FEF2F2", "$description": "Lightest red - error backgrounds" },
|
|
84
|
+
"100": { "$type": "color", "$value": "#FEE2E2", "$description": "Light error states, hover" },
|
|
85
|
+
"200": { "$type": "color", "$value": "#FECACA", "$description": "Error borders, light alerts" },
|
|
86
|
+
"300": { "$type": "color", "$value": "#FCA5A5", "$description": "Error highlights" },
|
|
87
|
+
"400": { "$type": "color", "$value": "#F87171", "$description": "Light error text, icons" },
|
|
88
|
+
"500": { "$type": "color", "$value": "#EF4444", "$description": "Red-500 - error base" },
|
|
89
|
+
"600": { "$type": "color", "$value": "#DC2626", "$description": "Primary error, destructive buttons" },
|
|
90
|
+
"700": { "$type": "color", "$value": "#B91C1C", "$description": "Dark error text" },
|
|
91
|
+
"800": { "$type": "color", "$value": "#991B1B", "$description": "Dark error backgrounds" },
|
|
92
|
+
"900": { "$type": "color", "$value": "#7F1D1D", "$description": "Very dark error surfaces" },
|
|
93
|
+
"950": { "$type": "color", "$value": "#450A0A", "$description": "Darkest error - emergency" }
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"orange": {
|
|
97
|
+
"description": "Energy, warmth, enthusiasm - attention-grabbing",
|
|
98
|
+
"usage": "CTAs, warnings, energy, creative interfaces, autumn themes",
|
|
99
|
+
"shades": {
|
|
100
|
+
"50": { "$type": "color", "$value": "#FFF7ED", "$description": "Lightest orange - warm backgrounds" },
|
|
101
|
+
"100": { "$type": "color", "$value": "#FFEDD5", "$description": "Orange highlights" },
|
|
102
|
+
"200": { "$type": "color", "$value": "#FED7AA", "$description": "Orange borders, subtle accents" },
|
|
103
|
+
"300": { "$type": "color", "$value": "#FDBA74", "$description": "Orange highlights, warnings" },
|
|
104
|
+
"400": { "$type": "color", "$value": "#FB923C", "$description": "Light orange text, icons" },
|
|
105
|
+
"500": { "$type": "color", "$value": "#F97316", "$description": "Orange-500 - energy base" },
|
|
106
|
+
"600": { "$type": "color", "$value": "#EA580C", "$description": "Primary orange - CTAs" },
|
|
107
|
+
"700": { "$type": "color", "$value": "#C2410C", "$description": "Dark orange text" },
|
|
108
|
+
"800": { "$type": "color", "$value": "#9A3412", "$description": "Dark orange surfaces" },
|
|
109
|
+
"900": { "$type": "color", "$value": "#7C2D12", "$description": "Very dark orange" },
|
|
110
|
+
"950": { "$type": "color", "$value": "#431407", "$description": "Darkest orange - burnt" }
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"amber": {
|
|
114
|
+
"description": "Caution, gold, yellow-orange - warning and highlights",
|
|
115
|
+
"usage": "Warnings, gold themes, highlights, star ratings, caution states",
|
|
116
|
+
"shades": {
|
|
117
|
+
"50": { "$type": "color", "$value": "#FFFBEB", "$description": "Lightest amber - caution backgrounds" },
|
|
118
|
+
"100": { "$type": "color", "$value": "#FEF3C7", "$description": "Warning backgrounds, alerts" },
|
|
119
|
+
"200": { "$type": "color", "$value": "#FDE68A", "$description": "Highlight backgrounds" },
|
|
120
|
+
"300": { "$type": "color", "$value": "#FCD34D", "$description": "Warning icons, stars" },
|
|
121
|
+
"400": { "$type": "color", "$value": "#FBBF24", "$description": "Gold highlights, ratings" },
|
|
122
|
+
"500": { "$type": "color", "$value": "#F59E0B", "$description": "Amber-500 - warning base" },
|
|
123
|
+
"600": { "$type": "color", "$value": "#D97706", "$description": "Primary warning, gold" },
|
|
124
|
+
"700": { "$type": "color", "$value": "#B45309", "$description": "Dark amber text" },
|
|
125
|
+
"800": { "$type": "color", "$value": "#92400E", "$description": "Dark amber surfaces" },
|
|
126
|
+
"900": { "$type": "color", "$value": "#78350F", "$description": "Very dark amber" },
|
|
127
|
+
"950": { "$type": "color", "$value": "#451A03", "$description": "Darkest amber - bronze" }
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
"yellow": {
|
|
131
|
+
"description": "Brightness, optimism, sunshine - high visibility",
|
|
132
|
+
"usage": "Highlights, attention, notifications, cheerful interfaces",
|
|
133
|
+
"shades": {
|
|
134
|
+
"50": { "$type": "color", "$value": "#FEFCE8", "$description": "Lightest yellow - subtle highlight" },
|
|
135
|
+
"100": { "$type": "color", "$value": "#FEF9C3", "$description": "Yellow backgrounds" },
|
|
136
|
+
"200": { "$type": "color", "$value": "#FEF08A", "$description": "Highlight backgrounds" },
|
|
137
|
+
"300": { "$type": "color", "$value": "#FDE047", "$description": "Yellow highlights, icons" },
|
|
138
|
+
"400": { "$type": "color", "$value": "#FACC15", "$description": "Bright yellow, notifications" },
|
|
139
|
+
"500": { "$type": "color", "$value": "#EAB308", "$description": "Yellow-500 - brightness base" },
|
|
140
|
+
"600": { "$type": "color", "$value": "#CA8A04", "$description": "Primary yellow - warnings" },
|
|
141
|
+
"700": { "$type": "color", "$value": "#A16207", "$description": "Dark yellow text" },
|
|
142
|
+
"800": { "$type": "color", "$value": "#854D0E", "$description": "Dark yellow surfaces" },
|
|
143
|
+
"900": { "$type": "color", "$value": "#713F12", "$description": "Very dark yellow - mustard" },
|
|
144
|
+
"950": { "$type": "color", "$value": "#422006", "$description": "Darkest yellow - olive" }
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"lime": {
|
|
148
|
+
"description": "Fresh, natural, energetic - eco-friendly vibes",
|
|
149
|
+
"usage": "Nature, eco, spring, freshness, alternative to pure green",
|
|
150
|
+
"shades": {
|
|
151
|
+
"50": { "$type": "color", "$value": "#F7FEE7", "$description": "Lightest lime - fresh backgrounds" },
|
|
152
|
+
"100": { "$type": "color", "$value": "#ECFCCB", "$description": "Lime backgrounds, eco themes" },
|
|
153
|
+
"200": { "$type": "color", "$value": "#D9F99D", "$description": "Lime highlights" },
|
|
154
|
+
"300": { "$type": "color", "$value": "#BEF264", "$description": "Lime accents, fresh icons" },
|
|
155
|
+
"400": { "$type": "color", "$value": "#A3E635", "$description": "Bright lime, spring" },
|
|
156
|
+
"500": { "$type": "color", "$value": "#84CC16", "$description": "Lime-500 - fresh base" },
|
|
157
|
+
"600": { "$type": "color", "$value": "#65A30D", "$description": "Primary lime - eco" },
|
|
158
|
+
"700": { "$type": "color", "$value": "#4D7C0F", "$description": "Dark lime text" },
|
|
159
|
+
"800": { "$type": "color", "$value": "#3F6212", "$description": "Dark lime surfaces" },
|
|
160
|
+
"900": { "$type": "color", "$value": "#365314", "$description": "Very dark lime - forest" },
|
|
161
|
+
"950": { "$type": "color", "$value": "#1A2E05", "$description": "Darkest lime - deep green" }
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"green": {
|
|
165
|
+
"description": "Success, growth, nature, confirmation, positive actions",
|
|
166
|
+
"usage": "Success states, confirmations, go buttons, nature, money",
|
|
167
|
+
"shades": {
|
|
168
|
+
"50": { "$type": "color", "$value": "#F0FDF4", "$description": "Lightest green - success backgrounds" },
|
|
169
|
+
"100": { "$type": "color", "$value": "#DCFCE7", "$description": "Success states, confirmations" },
|
|
170
|
+
"200": { "$type": "color", "$value": "#BBF7D0", "$description": "Success borders, alerts" },
|
|
171
|
+
"300": { "$type": "color", "$value": "#86EFAC", "$description": "Success highlights" },
|
|
172
|
+
"400": { "$type": "color", "$value": "#4ADE80", "$description": "Light green, progress" },
|
|
173
|
+
"500": { "$type": "color", "$value": "#22C55E", "$description": "Green-500 - success base" },
|
|
174
|
+
"600": { "$type": "color", "$value": "#16A34A", "$description": "Primary success - go buttons" },
|
|
175
|
+
"700": { "$type": "color", "$value": "#15803D", "$description": "Dark green text" },
|
|
176
|
+
"800": { "$type": "color", "$value": "#166534", "$description": "Dark green surfaces, money" },
|
|
177
|
+
"900": { "$type": "color", "$value": "#14532D", "$description": "Very dark green - forest" },
|
|
178
|
+
"950": { "$type": "color", "$value": "#052E16", "$description": "Darkest green - deep emerald" }
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"emerald": {
|
|
182
|
+
"description": "Natural, refined green - premium organic aesthetic",
|
|
183
|
+
"usage": "Premium eco brands, wellness, sophisticated nature themes",
|
|
184
|
+
"shades": {
|
|
185
|
+
"50": { "$type": "color", "$value": "#ECFDF5", "$description": "Lightest emerald - premium eco" },
|
|
186
|
+
"100": { "$type": "color", "$value": "#D1FAE5", "$description": "Emerald backgrounds" },
|
|
187
|
+
"200": { "$type": "color", "$value": "#A7F3D0", "$description": "Emerald highlights" },
|
|
188
|
+
"300": { "$type": "color", "$value": "#6EE7B7", "$description": "Emerald accents" },
|
|
189
|
+
"400": { "$type": "color", "$value": "#34D399", "$description": "Bright emerald" },
|
|
190
|
+
"500": { "$type": "color", "$value": "#10B981", "$description": "Emerald-500 - premium base" },
|
|
191
|
+
"600": { "$type": "color", "$value": "#059669", "$description": "Primary emerald - wellness" },
|
|
192
|
+
"700": { "$type": "color", "$value": "#047857", "$description": "Dark emerald text" },
|
|
193
|
+
"800": { "$type": "color", "$value": "#065F46", "$description": "Dark emerald surfaces" },
|
|
194
|
+
"900": { "$type": "color", "$value": "#064E3B", "$description": "Very dark emerald" },
|
|
195
|
+
"950": { "$type": "color", "$value": "#022C22", "$description": "Darkest emerald - deep teal" }
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"teal": {
|
|
199
|
+
"description": "Calm, trustworthy, medical, professional - balanced cyan-green",
|
|
200
|
+
"usage": "Medical, finance, trust, professional services, balanced brands",
|
|
201
|
+
"shades": {
|
|
202
|
+
"50": { "$type": "color", "$value": "#F0FDFA", "$description": "Lightest teal - medical backgrounds" },
|
|
203
|
+
"100": { "$type": "color", "$value": "#CCFBF1", "$description": "Teal backgrounds, calm" },
|
|
204
|
+
"200": { "$type": "color", "$value": "#99F6E4", "$description": "Teal highlights, trust" },
|
|
205
|
+
"300": { "$type": "color", "$value": "#5EEAD4", "$description": "Teal accents, fresh" },
|
|
206
|
+
"400": { "$type": "color", "$value": "#2DD4BF", "$description": "Bright teal, healthcare" },
|
|
207
|
+
"500": { "$type": "color", "$value": "#14B8A6", "$description": "Teal-500 - trust base" },
|
|
208
|
+
"600": { "$type": "color", "$value": "#0D9488", "$description": "Primary teal - medical" },
|
|
209
|
+
"700": { "$type": "color", "$value": "#0F766E", "$description": "Dark teal text, finance" },
|
|
210
|
+
"800": { "$type": "color", "$value": "#115E59", "$description": "Dark teal surfaces" },
|
|
211
|
+
"900": { "$type": "color", "$value": "#134E4A", "$description": "Very dark teal - professional" },
|
|
212
|
+
"950": { "$type": "color", "$value": "#042F2E", "$description": "Darkest teal - deep sea" }
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
"cyan": {
|
|
216
|
+
"description": "Fresh, modern, tech-forward - blue-green energy",
|
|
217
|
+
"usage": "Tech startups, modern apps, fresh interfaces, water themes",
|
|
218
|
+
"shades": {
|
|
219
|
+
"50": { "$type": "color", "$value": "#ECFEFF", "$description": "Lightest cyan - tech backgrounds" },
|
|
220
|
+
"100": { "$type": "color", "$value": "#CFFAFE", "$description": "Cyan backgrounds, fresh" },
|
|
221
|
+
"200": { "$type": "color", "$value": "#A5F3FC", "$description": "Cyan highlights, modern" },
|
|
222
|
+
"300": { "$type": "color", "$value": "#67E8F9", "$description": "Cyan accents, tech" },
|
|
223
|
+
"400": { "$type": "color", "$value": "#22D3EE", "$description": "Bright cyan, startup" },
|
|
224
|
+
"500": { "$type": "color", "$value": "#06B6D4", "$description": "Cyan-500 - modern base" },
|
|
225
|
+
"600": { "$type": "color", "$value": "#0891B2", "$description": "Primary cyan - tech" },
|
|
226
|
+
"700": { "$type": "color", "$value": "#0E7490", "$description": "Dark cyan text" },
|
|
227
|
+
"800": { "$type": "color", "$value": "#155E75", "$description": "Dark cyan surfaces" },
|
|
228
|
+
"900": { "$type": "color", "$value": "#164E63", "$description": "Very dark cyan - ocean" },
|
|
229
|
+
"950": { "$type": "color", "$value": "#083344", "$description": "Darkest cyan - deep water" }
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
"sky": {
|
|
233
|
+
"description": "Light, airy, open - gentle blue for relaxed interfaces",
|
|
234
|
+
"usage": "Weather apps, open interfaces, light themes, daytime",
|
|
235
|
+
"shades": {
|
|
236
|
+
"50": { "$type": "color", "$value": "#F0F9FF", "$description": "Lightest sky - airy backgrounds" },
|
|
237
|
+
"100": { "$type": "color", "$value": "#E0F2FE", "$description": "Sky backgrounds, calm" },
|
|
238
|
+
"200": { "$type": "color", "$value": "#BAE6FD", "$description": "Sky highlights, gentle" },
|
|
239
|
+
"300": { "$type": "color", "$value": "#7DD3FC", "$description": "Sky accents, light blue" },
|
|
240
|
+
"400": { "$type": "color", "$value": "#38BDF8", "$description": "Bright sky, daytime" },
|
|
241
|
+
"500": { "$type": "color", "$value": "#0EA5E9", "$description": "Sky-500 - open base" },
|
|
242
|
+
"600": { "$type": "color", "$value": "#0284C7", "$description": "Primary sky - weather" },
|
|
243
|
+
"700": { "$type": "color", "$value": "#0369A1", "$description": "Dark sky text" },
|
|
244
|
+
"800": { "$type": "color", "$value": "#075985", "$description": "Dark sky surfaces" },
|
|
245
|
+
"900": { "$type": "color", "$value": "#0C4A6E", "$description": "Very dark sky - deep" },
|
|
246
|
+
"950": { "$type": "color", "$value": "#082F49", "$description": "Darkest sky - night" }
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
"blue": {
|
|
250
|
+
"description": "Primary, corporate, trustworthy - the universal brand color",
|
|
251
|
+
"usage": "Primary brand color, links, corporate themes, trust",
|
|
252
|
+
"shades": {
|
|
253
|
+
"50": { "$type": "color", "$value": "#EFF6FF", "$description": "Lightest blue - link backgrounds" },
|
|
254
|
+
"100": { "$type": "color", "$value": "#DBEAFE", "$description": "Blue backgrounds, hover" },
|
|
255
|
+
"200": { "$type": "color", "$value": "#BFDBFE", "$description": "Blue borders, light" },
|
|
256
|
+
"300": { "$type": "color", "$value": "#93C5FD", "$description": "Blue highlights" },
|
|
257
|
+
"400": { "$type": "color", "$value": "#60A5FA", "$description": "Light blue, links" },
|
|
258
|
+
"500": { "$type": "color", "$value": "#3B82F6", "$description": "Blue-500 - corporate base" },
|
|
259
|
+
"600": { "$type": "color", "$value": "#2563EB", "$description": "Primary blue - brand" },
|
|
260
|
+
"700": { "$type": "color", "$value": "#1D4ED8", "$description": "Dark blue text, links" },
|
|
261
|
+
"800": { "$type": "color", "$value": "#1E40AF", "$description": "Dark blue surfaces" },
|
|
262
|
+
"900": { "$type": "color", "$value": "#1E3A8A", "$description": "Very dark blue - navy" },
|
|
263
|
+
"950": { "$type": "color", "$value": "#172554", "$description": "Darkest blue - deep navy" }
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"indigo": {
|
|
267
|
+
"description": "Rich, deep, professional - sophisticated purple-blue",
|
|
268
|
+
"usage": "Premium brands, professional services, sophisticated tech",
|
|
269
|
+
"shades": {
|
|
270
|
+
"50": { "$type": "color", "$value": "#EEF2FF", "$description": "Lightest indigo - premium backgrounds" },
|
|
271
|
+
"100": { "$type": "color", "$value": "#E0E7FF", "$description": "Indigo backgrounds" },
|
|
272
|
+
"200": { "$type": "color", "$value": "#C7D2FE", "$description": "Indigo highlights" },
|
|
273
|
+
"300": { "$type": "color", "$value": "#A5B4FC", "$description": "Indigo accents" },
|
|
274
|
+
"400": { "$type": "color", "$value": "#818CF8", "$description": "Bright indigo" },
|
|
275
|
+
"500": { "$type": "color", "$value": "#6366F1", "$description": "Indigo-500 - premium base" },
|
|
276
|
+
"600": { "$type": "color", "$value": "#4F46E5", "$description": "Primary indigo - professional" },
|
|
277
|
+
"700": { "$type": "color", "$value": "#4338CA", "$description": "Dark indigo text" },
|
|
278
|
+
"800": { "$type": "color", "$value": "#3730A3", "$description": "Dark indigo surfaces" },
|
|
279
|
+
"900": { "$type": "color", "$value": "#312E81", "$description": "Very dark indigo" },
|
|
280
|
+
"950": { "$type": "color", "$value": "#1E1B4B", "$description": "Darkest indigo - deep purple" }
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"violet": {
|
|
284
|
+
"description": "Creative, magical, imaginative - purple with energy",
|
|
285
|
+
"usage": "Creative brands, imagination, magic, art, spiritual themes",
|
|
286
|
+
"shades": {
|
|
287
|
+
"50": { "$type": "color", "$value": "#F5F3FF", "$description": "Lightest violet - creative backgrounds" },
|
|
288
|
+
"100": { "$type": "color", "$value": "#EDE9FE", "$description": "Violet backgrounds, art" },
|
|
289
|
+
"200": { "$type": "color", "$value": "#DDD6FE", "$description": "Violet highlights" },
|
|
290
|
+
"300": { "$type": "color", "$value": "#C4B5FD", "$description": "Violet accents, creative" },
|
|
291
|
+
"400": { "$type": "color", "$value": "#A78BFA", "$description": "Bright violet, magic" },
|
|
292
|
+
"500": { "$type": "color", "$value": "#8B5CF6", "$description": "Violet-500 - creative base" },
|
|
293
|
+
"600": { "$type": "color", "$value": "#7C3AED", "$description": "Primary violet - imagination" },
|
|
294
|
+
"700": { "$type": "color", "$value": "#6D28D9", "$description": "Dark violet text" },
|
|
295
|
+
"800": { "$type": "color", "$value": "#5B21B6", "$description": "Dark violet surfaces" },
|
|
296
|
+
"900": { "$type": "color", "$value": "#4C1D95", "$description": "Very dark violet" },
|
|
297
|
+
"950": { "$type": "color", "$value": "#2E1065", "$description": "Darkest violet - deep magic" }
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
"purple": {
|
|
301
|
+
"description": "Premium, luxury, royalty, sophistication - deep purple",
|
|
302
|
+
"usage": "Luxury brands, premium services, royal themes, night",
|
|
303
|
+
"shades": {
|
|
304
|
+
"50": { "$type": "color", "$value": "#FAF5FF", "$description": "Lightest purple - luxury backgrounds" },
|
|
305
|
+
"100": { "$type": "color", "$value": "#F3E8FF", "$description": "Purple backgrounds" },
|
|
306
|
+
"200": { "$type": "color", "$value": "#E9D5FF", "$description": "Purple highlights" },
|
|
307
|
+
"300": { "$type": "color", "$value": "#D8B4FE", "$description": "Purple accents" },
|
|
308
|
+
"400": { "$type": "color", "$value": "#C084FC", "$description": "Bright purple" },
|
|
309
|
+
"500": { "$type": "color", "$value": "#A855F7", "$description": "Purple-500 - luxury base" },
|
|
310
|
+
"600": { "$type": "color", "$value": "#9333EA", "$description": "Primary purple - premium" },
|
|
311
|
+
"700": { "$type": "color", "$value": "#7E22CE", "$description": "Dark purple text" },
|
|
312
|
+
"800": { "$type": "color", "$value": "#6B21A8", "$description": "Dark purple surfaces" },
|
|
313
|
+
"900": { "$type": "color", "$value": "#581C87", "$description": "Very dark purple - royal" },
|
|
314
|
+
"950": { "$type": "color", "$value": "#3B0764", "$description": "Darkest purple - deep luxury" }
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"fuchsia": {
|
|
318
|
+
"description": "Bold, playful, vibrant - energetic purple-pink",
|
|
319
|
+
"usage": "Fun brands, youth, nightlife, party, vibrant interfaces",
|
|
320
|
+
"shades": {
|
|
321
|
+
"50": { "$type": "color", "$value": "#FDF4FF", "$description": "Lightest fuchsia - playful backgrounds" },
|
|
322
|
+
"100": { "$type": "color", "$value": "#FAE8FF", "$description": "Fuchsia backgrounds" },
|
|
323
|
+
"200": { "$type": "color", "$value": "#F5D0FE", "$description": "Fuchsia highlights" },
|
|
324
|
+
"300": { "$type": "color", "$value": "#F0ABFC", "$description": "Fuchsia accents, fun" },
|
|
325
|
+
"400": { "$type": "color", "$value": "#E879F9", "$description": "Bright fuchsia, party" },
|
|
326
|
+
"500": { "$type": "color", "$value": "#D946EF", "$description": "Fuchsia-500 - playful base" },
|
|
327
|
+
"600": { "$type": "color", "$value": "#C026D3", "$description": "Primary fuchsia - vibrant" },
|
|
328
|
+
"700": { "$type": "color", "$value": "#A21CAF", "$description": "Dark fuchsia text" },
|
|
329
|
+
"800": { "$type": "color", "$value": "#86198F", "$description": "Dark fuchsia surfaces" },
|
|
330
|
+
"900": { "$type": "color", "$value": "#701A75", "$description": "Very dark fuchsia" },
|
|
331
|
+
"950": { "$type": "color", "$value": "#4A044E", "$description": "Darkest fuchsia - deep" }
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
"pink": {
|
|
335
|
+
"description": "Warm, friendly, feminine, caring - approachable pink",
|
|
336
|
+
"usage": "Healthcare, feminine brands, caring services, love themes",
|
|
337
|
+
"shades": {
|
|
338
|
+
"50": { "$type": "color", "$value": "#FDF2F8", "$description": "Lightest pink - caring backgrounds" },
|
|
339
|
+
"100": { "$type": "color", "$value": "#FCE7F3", "$description": "Pink backgrounds" },
|
|
340
|
+
"200": { "$type": "color", "$value": "#FBCFE8", "$description": "Pink highlights" },
|
|
341
|
+
"300": { "$type": "color", "$value": "#F9A8D4", "$description": "Pink accents, caring" },
|
|
342
|
+
"400": { "$type": "color", "$value": "#F472B6", "$description": "Bright pink, love" },
|
|
343
|
+
"500": { "$type": "color", "$value": "#EC4899", "$description": "Pink-500 - friendly base" },
|
|
344
|
+
"600": { "$type": "color", "$value": "#DB2777", "$description": "Primary pink - healthcare" },
|
|
345
|
+
"700": { "$type": "color", "$value": "#BE185D", "$description": "Dark pink text" },
|
|
346
|
+
"800": { "$type": "color", "$value": "#9D174D", "$description": "Dark pink surfaces" },
|
|
347
|
+
"900": { "$type": "color", "$value": "#831843", "$description": "Very dark pink" },
|
|
348
|
+
"950": { "$type": "color", "$value": "#500724", "$description": "Darkest pink - deep" }
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"rose": {
|
|
352
|
+
"description": "Soft, elegant, romantic - sophisticated warm pink",
|
|
353
|
+
"usage": "Romance, beauty, elegant feminine, soft aesthetics",
|
|
354
|
+
"shades": {
|
|
355
|
+
"50": { "$type": "color", "$value": "#FFF1F2", "$description": "Lightest rose - romantic backgrounds" },
|
|
356
|
+
"100": { "$type": "color", "$value": "#FFE4E6", "$description": "Rose backgrounds, love" },
|
|
357
|
+
"200": { "$type": "color", "$value": "#FECDD3", "$description": "Rose highlights" },
|
|
358
|
+
"300": { "$type": "color", "$value": "#FDA4AF", "$description": "Rose accents, beauty" },
|
|
359
|
+
"400": { "$type": "color", "$value": "#FB7185", "$description": "Bright rose, romance" },
|
|
360
|
+
"500": { "$type": "color", "$value": "#F43F5E", "$description": "Rose-500 - elegant base" },
|
|
361
|
+
"600": { "$type": "color", "$value": "#E11D48", "$description": "Primary rose - passion" },
|
|
362
|
+
"700": { "$type": "color", "$value": "#BE123C", "$description": "Dark rose text" },
|
|
363
|
+
"800": { "$type": "color", "$value": "#9F1239", "$description": "Dark rose surfaces" },
|
|
364
|
+
"900": { "$type": "color", "$value": "#881337", "$description": "Very dark rose" },
|
|
365
|
+
"950": { "$type": "color", "$value": "#4C0519", "$description": "Darkest rose - deep romance" }
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"semanticMapping": {
|
|
370
|
+
"light": {
|
|
371
|
+
"text-default": { "$type": "alias", "$value": "{slate.900}", "$description": "Primary text on light surfaces" },
|
|
372
|
+
"text-muted": { "$type": "alias", "$value": "{slate.500}", "$description": "Secondary/muted text" },
|
|
373
|
+
"text-inverted": { "$type": "alias", "$value": "{white}", "$description": "Text on dark surfaces" },
|
|
374
|
+
"surface-default": { "$type": "alias", "$value": "{white}", "$description": "Default surface background" },
|
|
375
|
+
"surface-raised": { "$type": "alias", "$value": "{slate.50}", "$description": "Elevated surfaces, cards" },
|
|
376
|
+
"surface-sunken": { "$type": "alias", "$value": "{slate.100}", "$description": "Depressed surfaces, inputs" },
|
|
377
|
+
"border-default": { "$type": "alias", "$value": "{slate.200}", "$description": "Default border color" },
|
|
378
|
+
"border-subtle": { "$type": "alias", "$value": "{slate.100}", "$description": "Subtle dividers" },
|
|
379
|
+
"interactive-primary": { "$type": "alias", "$value": "{blue.600}", "$description": "Primary interactive elements" },
|
|
380
|
+
"interactive-primary-hover": { "$type": "alias", "$value": "{blue.700}", "$description": "Primary hover state" },
|
|
381
|
+
"interactive-secondary": { "$type": "alias", "$value": "{slate.600}", "$description": "Secondary interactive" },
|
|
382
|
+
"status-success": { "$type": "alias", "$value": "{green.600}", "$description": "Success states" },
|
|
383
|
+
"status-warning": { "$type": "alias", "$value": "{amber.500}", "$description": "Warning states" },
|
|
384
|
+
"status-error": { "$type": "alias", "$value": "{red.600}", "$description": "Error states" },
|
|
385
|
+
"status-info": { "$type": "alias", "$value": "{blue.500}", "$description": "Info states" }
|
|
386
|
+
},
|
|
387
|
+
"dark": {
|
|
388
|
+
"text-default": { "$type": "alias", "$value": "{slate.50}", "$description": "Primary text on dark surfaces" },
|
|
389
|
+
"text-muted": { "$type": "alias", "$value": "{slate.400}", "$description": "Secondary/muted text in dark mode" },
|
|
390
|
+
"text-inverted": { "$type": "alias", "$value": "{slate.950}", "$description": "Text on light surfaces in dark mode" },
|
|
391
|
+
"surface-default": { "$type": "alias", "$value": "{slate.950}", "$description": "Dark mode background" },
|
|
392
|
+
"surface-raised": { "$type": "alias", "$value": "{slate.900}", "$description": "Elevated surfaces in dark mode" },
|
|
393
|
+
"surface-sunken": { "$type": "alias", "$value": "{slate.950}", "$description": "Depressed surfaces in dark mode" },
|
|
394
|
+
"border-default": { "$type": "alias", "$value": "{slate.800}", "$description": "Dark mode borders" },
|
|
395
|
+
"border-subtle": { "$type": "alias", "$value": "{slate.900}", "$description": "Subtle dividers in dark mode" },
|
|
396
|
+
"interactive-primary": { "$type": "alias", "$value": "{blue.500}", "$description": "Primary interactive in dark mode (brighter)" },
|
|
397
|
+
"interactive-primary-hover": { "$type": "alias", "$value": "{blue.400}", "$description": "Primary hover in dark mode" },
|
|
398
|
+
"interactive-secondary": { "$type": "alias", "$value": "{slate.500}", "$description": "Secondary interactive in dark mode" },
|
|
399
|
+
"status-success": { "$type": "alias", "$value": "{green.500}", "$description": "Success states in dark mode" },
|
|
400
|
+
"status-warning": { "$type": "alias", "$value": "{amber.400}", "$description": "Warning states in dark mode" },
|
|
401
|
+
"status-error": { "$type": "alias", "$value": "{red.500}", "$description": "Error states in dark mode" },
|
|
402
|
+
"status-info": { "$type": "alias", "$value": "{blue.400}", "$description": "Info states in dark mode" }
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
"themePresets": {
|
|
406
|
+
"corporate": {
|
|
407
|
+
"description": "Classic blue enterprise theme",
|
|
408
|
+
"primary": "blue",
|
|
409
|
+
"semantic": {
|
|
410
|
+
"interactive-primary": "{blue.600}",
|
|
411
|
+
"surface-raised": "{slate.50}"
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
"forest": {
|
|
415
|
+
"description": "Natural green theme",
|
|
416
|
+
"primary": "green",
|
|
417
|
+
"semantic": {
|
|
418
|
+
"interactive-primary": "{green.600}",
|
|
419
|
+
"surface-raised": "{stone.50}"
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"sunset": {
|
|
423
|
+
"description": "Warm orange and amber theme",
|
|
424
|
+
"primary": "orange",
|
|
425
|
+
"semantic": {
|
|
426
|
+
"interactive-primary": "{orange.600}",
|
|
427
|
+
"surface-raised": "{orange.50}"
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
"ocean": {
|
|
431
|
+
"description": "Calm teal and cyan theme",
|
|
432
|
+
"primary": "teal",
|
|
433
|
+
"semantic": {
|
|
434
|
+
"interactive-primary": "{teal.600}",
|
|
435
|
+
"surface-raised": "{cyan.50}"
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
"creative": {
|
|
439
|
+
"description": "Vibrant purple and violet theme",
|
|
440
|
+
"primary": "violet",
|
|
441
|
+
"semantic": {
|
|
442
|
+
"interactive-primary": "{violet.600}",
|
|
443
|
+
"surface-raised": "{purple.50}"
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"midnight": {
|
|
447
|
+
"description": "Dark blue professional theme",
|
|
448
|
+
"primary": "indigo",
|
|
449
|
+
"semantic": {
|
|
450
|
+
"interactive-primary": "{indigo.500}",
|
|
451
|
+
"surface-raised": "{slate.900}"
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
}
|