design nosepass template, add tests, add template previews

This commit is contained in:
Amruth Pillai
2023-11-17 08:31:12 +01:00
parent 0b4cb71320
commit 34247f13b6
92 changed files with 24440 additions and 35518 deletions

View File

@ -1,20 +1,21 @@
export const colors: string[] = [
"#78716c", // stone-500
"#ef4444", // red-500
"#f97316", // orange-500
"#f59e0b", // amber-500
"#eab308", // yellow-500
"#84cc16", // lime-500
"#22c55e", // green-500
"#10b981", // emerald-500
"#14b8a6", // teal-500
"#06b6d4", // cyan-500
"#0ea5e9", // sky-500
"#3b82f6", // blue-500
"#6366f1", // indigo-500
"#8b5cf6", // violet-500
"#a855f7", // purple-500
"#d946ef", // fuchsia-500
"#ec4899", // pink-500
"#f43f5e", // rose-500
"#475569", // slate-600
"#57534e", // stone-600
"#dc2626", // red-600
"#ea580c", // orange-600
"#d97706", // amber-600
"#ca8a04", // yellow-600
"#65a30d", // lime-600
"#16a34a", // green-600
"#059669", // emerald-600
"#0d9488", // teal-600
"#0891b2", // cyan-600
"#0284c7", // sky-600
"#2563eb", // blue-600
"#4f46e5", // indigo-600
"#7c3aed", // violet-600
"#9333ea", // purple-600
"#c026d3", // fuchsia-600
"#db2777", // pink-600
"#e11d48", // rose-600
];