.border-red-500 {
  border-color: #ef4444;
}

.text-red-500 {
  color: #ef4444;
}

.bg-red-500 {
  background: #ef4444;
}

.border-orange-500 {
  border-color: #f97316;
}

.text-orange-500 {
  color: #f97316;
}

.bg-orange-500 {
  background: #f97316;
}

.border-amber-500 {
  border-color: #f59e0b;
}

.text-amber-500 {
  color: #f59e0b;
}

.bg-amber-500 {
  background: #f59e0b;
}

.border-yellow-500 {
  border-color: #eab308;
}

.text-yellow-500 {
  color: #eab308;
}

.bg-yellow-500 {
  background: #eab308;
}

.border-green-500 {
  border-color: #22c55e;
}

.text-green-500 {
  color: #22c55e;
}

.bg-green-500 {
  background: #22c55e;
}

.border-emerald-500 {
  border-color: #10b981;
}

.text-emerald-500 {
  color: #10b981;
}

.bg-emerald-500 {
  background: #10b981;
}

.border-teal-500 {
  border-color: #14b8a6;
}

.text-teal-500 {
  color: #14b8a6;
}

.bg-teal-500 {
  background: #14b8a6;
}

.border-cyan-500 {
  border-color: #06b6d4;
}

.text-cyan-500 {
  color: #06b6d4;
}

.bg-cyan-500 {
  background: #06b6d4;
}

.border-sky-500 {
  border-color: #0ea5e9;
}

.text-sky-500 {
  color: #0ea5e9;
}

.bg-sky-500 {
  background: #0ea5e9;
}

.border-blue-500 {
  border-color: #3b82f6;
}

.text-blue-500 {
  color: #3b82f6;
}

.bg-blue-500 {
  background: #3b82f6;
}

.border-indigo-500 {
  border-color: #6366f1;
}

.text-indigo-500 {
  color: #6366f1;
}

.bg-indigo-500 {
  background: #6366f1;
}

.border-violet-500 {
  border-color: #8b5cf6;
}

.text-violet-500 {
  color: #8b5cf6;
}

.bg-violet-500 {
  background: #8b5cf6;
}

.border-purple-500 {
  border-color: #a855f7;
}

.text-purple-500 {
  color: #a855f7;
}

.bg-purple-500 {
  background: #a855f7;
}

.border-fuchsia-500 {
  border-color: #d946ef;
}

.text-fuchsia-500 {
  color: #d946ef;
}

.bg-fuchsia-500 {
  background: #d946ef;
}

.border-pink-500 {
  border-color: #ec4899;
}

.text-pink-500 {
  color: #ec4899;
}

.bg-pink-500 {
  background: #ec4899;
}

.border-rose-500 {
  border-color: #f43f5e;
}

.text-rose-500 {
  color: #f43f5e;
}

.bg-rose-500 {
  background: #f43f5e;
}
