@@ -213,6 +213,7 @@ <h1 class="text-3xl p-4 text-labgray-900">Tailwind + CIELAB </h1>
213
213
< div class ="flex ">
214
214
<!-- red -->
215
215
< div class ="flex flex-col space-y-2 p-4 ">
216
+ < button class ="bg-labredlg-50 hover:bg-labredlg-100 text-white py-2 px-4 rounded "> Red: 50</ button >
216
217
< button class ="bg-labredlg-100 hover:bg-labredlg-200 text-white py-2 px-4 rounded "> Red: 100</ button >
217
218
< button class ="bg-labredlg-200 hover:bg-labredlg-300 text-white py-2 px-4 rounded "> Red: 200</ button >
218
219
< button class ="bg-labredlg-300 hover:bg-labredlg-400 text-white py-2 px-4 rounded "> Red: 300</ button >
@@ -226,6 +227,7 @@ <h1 class="text-3xl p-4 text-labgray-900">Tailwind + CIELAB </h1>
226
227
227
228
<!-- pink -->
228
229
< div class ="flex flex-col space-y-2 p-4 ">
230
+ < button class ="bg-labpinklg-50 hover:bg-labpinklg-100 text-white py-2 px-4 rounded "> Pink: 50</ button >
229
231
< button class ="bg-labpinklg-100 hover:bg-labpinklg-200 text-white py-2 px-4 rounded "> Pink: 100</ button >
230
232
< button class ="bg-labpinklg-200 hover:bg-labpinklg-300 text-white py-2 px-4 rounded "> Pink: 200</ button >
231
233
< button class ="bg-labpinklg-300 hover:bg-labpinklg-400 text-white py-2 px-4 rounded "> Pink: 300</ button >
@@ -239,6 +241,7 @@ <h1 class="text-3xl p-4 text-labgray-900">Tailwind + CIELAB </h1>
239
241
240
242
<!-- yellow -->
241
243
< div class ="flex flex-col space-y-2 p-4 ">
244
+ < button class ="bg-labyellowlg-50 hover:bg-labyellowlg-100 text-white py-2 px-4 rounded "> Yello: 50</ button >
242
245
< button class ="bg-labyellowlg-100 hover:bg-labyellowlg-200 text-white py-2 px-4 rounded "> Yello: 100</ button >
243
246
< button class ="bg-labyellowlg-200 hover:bg-labyellowlg-300 text-white py-2 px-4 rounded "> Yello: 200</ button >
244
247
< button class ="bg-labyellowlg-300 hover:bg-labyellowlg-400 text-white py-2 px-4 rounded "> Yello: 300</ button >
@@ -252,6 +255,7 @@ <h1 class="text-3xl p-4 text-labgray-900">Tailwind + CIELAB </h1>
252
255
253
256
<!-- green -->
254
257
< div class ="flex flex-col space-y-2 p-4 ">
258
+ < button class ="bg-labgreenlg-50 hover:bg-labgreenlg-100 text-white py-2 px-4 rounded "> Green: 50</ button >
255
259
< button class ="bg-labgreenlg-100 hover:bg-labgreenlg-200 text-white py-2 px-4 rounded "> Green: 100</ button >
256
260
< button class ="bg-labgreenlg-200 hover:bg-labgreenlg-300 text-white py-2 px-4 rounded "> Green: 200</ button >
257
261
< button class ="bg-labgreenlg-300 hover:bg-labgreenlg-400 text-white py-2 px-4 rounded "> Green: 300</ button >
@@ -265,6 +269,7 @@ <h1 class="text-3xl p-4 text-labgray-900">Tailwind + CIELAB </h1>
265
269
266
270
<!-- sky -->
267
271
< div class ="flex flex-col space-y-2 p-4 ">
272
+ < button class ="bg-labskylg-50 hover:bg-labskylg-100 text-white py-2 px-4 rounded "> Sky: 50</ button >
268
273
< button class ="bg-labskylg-100 hover:bg-labskylg-200 text-white py-2 px-4 rounded "> Sky: 100</ button >
269
274
< button class ="bg-labskylg-200 hover:bg-labskylg-300 text-white py-2 px-4 rounded "> Sky: 200</ button >
270
275
< button class ="bg-labskylg-300 hover:bg-labskylg-400 text-white py-2 px-4 rounded "> Sky: 300</ button >
@@ -278,6 +283,7 @@ <h1 class="text-3xl p-4 text-labgray-900">Tailwind + CIELAB </h1>
278
283
279
284
<!-- blue -->
280
285
< div class ="flex flex-col space-y-2 p-4 ">
286
+ < button class ="bg-labbluelg-50 hover:bg-labbluelg-100 text-white py-2 px-4 rounded "> Blue: 50</ button >
281
287
< button class ="bg-labbluelg-100 hover:bg-labbluelg-200 text-white py-2 px-4 rounded "> Blue: 100</ button >
282
288
< button class ="bg-labbluelg-200 hover:bg-labbluelg-300 text-white py-2 px-4 rounded "> Blue: 200</ button >
283
289
< button class ="bg-labbluelg-300 hover:bg-labbluelg-400 text-white py-2 px-4 rounded "> Blue: 300</ button >
@@ -291,6 +297,7 @@ <h1 class="text-3xl p-4 text-labgray-900">Tailwind + CIELAB </h1>
291
297
292
298
<!-- purple -->
293
299
< div class ="flex flex-col space-y-2 p-4 ">
300
+ < button class ="bg-labpurplelg-50 hover:bg-labpurplelg-100 text-white py-2 px-4 rounded "> Purple: 50</ button >
294
301
< button class ="bg-labpurplelg-100 hover:bg-labpurplelg-200 text-white py-2 px-4 rounded "> Purple: 100</ button >
295
302
< button class ="bg-labpurplelg-200 hover:bg-labpurplelg-300 text-white py-2 px-4 rounded "> Purple: 200</ button >
296
303
< button class ="bg-labpurplelg-300 hover:bg-labpurplelg-400 text-white py-2 px-4 rounded "> Purple: 300</ button >
@@ -304,6 +311,7 @@ <h1 class="text-3xl p-4 text-labgray-900">Tailwind + CIELAB </h1>
304
311
305
312
<!-- gray -->
306
313
< div class ="flex flex-col space-y-2 p-4 ">
314
+ < button class ="bg-labgraylg-50 hover:bg-labgraylg-100 text-white py-2 px-4 rounded "> Gray: 50</ button >
307
315
< button class ="bg-labgraylg-100 hover:bg-labgraylg-200 text-white py-2 px-4 rounded "> Gray: 100</ button >
308
316
< button class ="bg-labgraylg-200 hover:bg-labgraylg-300 text-white py-2 px-4 rounded "> Gray: 200</ button >
309
317
< button class ="bg-labgraylg-300 hover:bg-labgraylg-400 text-white py-2 px-4 rounded "> Gray: 300</ button >
@@ -319,6 +327,7 @@ <h1 class="text-3xl p-4 text-labgray-900">Tailwind + CIELAB </h1>
319
327
< div class ="flex ">
320
328
<!-- red -->
321
329
< div class ="flex flex-col space-y-2 p-4 ">
330
+ < button class ="border border-labred-50 text-labred-50 hover:text-white hover:bg-labred-50 py-2 px-4 rounded "> Red: 50</ button >
322
331
< button class ="border border-labred-100 text-labred-100 hover:text-white hover:bg-labred-100 py-2 px-4 rounded "> Red: 100</ button >
323
332
< button class ="border border-labred-200 text-labred-200 hover:text-white hover:bg-labred-200 py-2 px-4 rounded "> Red: 200</ button >
324
333
< button class ="border border-labred-300 text-labred-300 hover:text-white hover:bg-labred-300 py-2 px-4 rounded "> Red: 300</ button >
@@ -332,6 +341,7 @@ <h1 class="text-3xl p-4 text-labgray-900">Tailwind + CIELAB </h1>
332
341
333
342
<!-- pink -->
334
343
< div class ="flex flex-col space-y-2 p-4 ">
344
+ < button class ="border border-labpink-50 text-labpink-50 hover:text-white hover:bg-labpink-50 py-2 px-4 rounded "> Pink: 50</ button >
335
345
< button class ="border border-labpink-100 text-labpink-100 hover:text-white hover:bg-labpink-100 py-2 px-4 rounded "> Pink: 100</ button >
336
346
< button class ="border border-labpink-200 text-labpink-200 hover:text-white hover:bg-labpink-200 py-2 px-4 rounded "> Pink: 200</ button >
337
347
< button class ="border border-labpink-300 text-labpink-300 hover:text-white hover:bg-labpink-300 py-2 px-4 rounded "> Pink: 300</ button >
@@ -345,6 +355,7 @@ <h1 class="text-3xl p-4 text-labgray-900">Tailwind + CIELAB </h1>
345
355
346
356
<!-- yellow -->
347
357
< div class ="flex flex-col space-y-2 p-4 ">
358
+ < button class ="border border-labyellow-50 text-labyellow-50 hover:text-white hover:bg-labyellow-50 py-2 px-4 rounded "> Yellow: 50</ button >
348
359
< button class ="border border-labyellow-100 text-labyellow-100 hover:text-white hover:bg-labyellow-100 py-2 px-4 rounded "> Yellow: 100</ button >
349
360
< button class ="border border-labyellow-200 text-labyellow-200 hover:text-white hover:bg-labyellow-200 py-2 px-4 rounded "> Yellow: 200</ button >
350
361
< button class ="border border-labyellow-300 text-labyellow-300 hover:text-white hover:bg-labyellow-300 py-2 px-4 rounded "> Yellow: 300</ button >
@@ -358,6 +369,7 @@ <h1 class="text-3xl p-4 text-labgray-900">Tailwind + CIELAB </h1>
358
369
359
370
<!-- green -->
360
371
< div class ="flex flex-col space-y-2 p-4 ">
372
+ < button class ="border border-labgreen-50 text-labgreen-50 hover:text-white hover:bg-labgreen-50 py-2 px-4 rounded "> Green: 50</ button >
361
373
< button class ="border border-labgreen-100 text-labgreen-100 hover:text-white hover:bg-labgreen-100 py-2 px-4 rounded "> Green: 100</ button >
362
374
< button class ="border border-labgreen-200 text-labgreen-200 hover:text-white hover:bg-labgreen-200 py-2 px-4 rounded "> Green: 200</ button >
363
375
< button class ="border border-labgreen-300 text-labgreen-300 hover:text-white hover:bg-labgreen-300 py-2 px-4 rounded "> Green: 300</ button >
@@ -371,6 +383,7 @@ <h1 class="text-3xl p-4 text-labgray-900">Tailwind + CIELAB </h1>
371
383
372
384
<!-- sky -->
373
385
< div class ="flex flex-col space-y-2 p-4 ">
386
+ < button class ="border border-labsky-50 text-labsky-50 hover:text-white hover:bg-labsky-50 py-2 px-4 rounded "> Sky: 50</ button >
374
387
< button class ="border border-labsky-100 text-labsky-100 hover:text-white hover:bg-labsky-100 py-2 px-4 rounded "> Sky: 100</ button >
375
388
< button class ="border border-labsky-200 text-labsky-200 hover:text-white hover:bg-labsky-200 py-2 px-4 rounded "> Sky: 200</ button >
376
389
< button class ="border border-labsky-300 text-labsky-300 hover:text-white hover:bg-labsky-300 py-2 px-4 rounded "> Sky: 300</ button >
@@ -384,6 +397,7 @@ <h1 class="text-3xl p-4 text-labgray-900">Tailwind + CIELAB </h1>
384
397
385
398
<!-- blue -->
386
399
< div class ="flex flex-col space-y-2 p-4 ">
400
+ < button class ="border border-labblue-50 text-labblue-50 hover:text-white hover:bg-labblue-50 py-2 px-4 rounded "> Blue: 50</ button >
387
401
< button class ="border border-labblue-100 text-labblue-100 hover:text-white hover:bg-labblue-100 py-2 px-4 rounded "> Blue: 100</ button >
388
402
< button class ="border border-labblue-200 text-labblue-200 hover:text-white hover:bg-labblue-200 py-2 px-4 rounded "> Blue: 200</ button >
389
403
< button class ="border border-labblue-300 text-labblue-300 hover:text-white hover:bg-labblue-300 py-2 px-4 rounded "> Blue: 300</ button >
@@ -397,6 +411,7 @@ <h1 class="text-3xl p-4 text-labgray-900">Tailwind + CIELAB </h1>
397
411
398
412
<!-- purple -->
399
413
< div class ="flex flex-col space-y-2 p-4 ">
414
+ < button class ="border border-labpurple-50 text-labpurple-50 hover:text-white hover:bg-labpurple-50 py-2 px-4 rounded "> Purple: 50</ button >
400
415
< button class ="border border-labpurple-100 text-labpurple-100 hover:text-white hover:bg-labpurple-100 py-2 px-4 rounded "> Purple: 100</ button >
401
416
< button class ="border border-labpurple-200 text-labpurple-200 hover:text-white hover:bg-labpurple-200 py-2 px-4 rounded "> Purple: 200</ button >
402
417
< button class ="border border-labpurple-300 text-labpurple-300 hover:text-white hover:bg-labpurple-300 py-2 px-4 rounded "> Purple: 300</ button >
@@ -410,6 +425,7 @@ <h1 class="text-3xl p-4 text-labgray-900">Tailwind + CIELAB </h1>
410
425
411
426
<!-- gray -->
412
427
< div class ="flex flex-col space-y-2 p-4 ">
428
+ < button class ="border border-labgray-50 text-labgray-50 hover:text-white hover:bg-labgray-50 py-2 px-4 rounded "> Gray: 50</ button >
413
429
< button class ="border border-labgray-100 text-labgray-100 hover:text-white hover:bg-labgray-100 py-2 px-4 rounded "> Gray: 100</ button >
414
430
< button class ="border border-labgray-200 text-labgray-200 hover:text-white hover:bg-labgray-200 py-2 px-4 rounded "> Gray: 200</ button >
415
431
< button class ="border border-labgray-300 text-labgray-300 hover:text-white hover:bg-labgray-300 py-2 px-4 rounded "> Gray: 300</ button >
0 commit comments