CoolFace
Apppublic

Exched/DeepSeek_Coder

sourceHugging Facemitupdated 11mo agoView on Hugging Face
0likes
prompt-builder.ts50 linesDownload Raw Back to lib
1export const TAILWIND_COLORS = [2  "red",3  // bg-red-5004  "rose",5  // bg-rose-5006  "pink",7  // bg-pink-5008  "fuchsia",9  // bg-fuchsia-50010  "orange",11  // bg-orange-50012  "amber",13  // bg-amber-50014  "yellow",15  // bg-yellow-50016  "lime",17  // bg-lime-50018  "green",19  // bg-green-50020  "emerald",21  // bg-emerald-50022  "teal",23  // bg-teal-50024  "cyan",25  // bg-cyan-50026  "sky",27  // bg-sky-50028  "blue",29  // bg-blue-50030  "indigo",31  // bg-indigo-50032  "violet",33  // bg-violet-50034  "purple",35  // bg-purple-50036  "gray",37  // bg-gray-50038  "neutral",39  // bg-neutral-50040  "slate",41  // bg-slate-50042  "zinc",43  // bg-zinc-50044  "stone",45  // bg-stone-50046  "black",47  // bg-black48  "white",49  // bg-white50]