.text-blue-100 {
  color: #D9E6FF;
}

.text-blue-200 {
  color: #BCD3FF;
}

.text-blue-300 {
  color: #8EB8FF;
}

.text-blue-400 {
  color: #5991FF;
}

.text-blue-500 {
  color: #2962FF;
}

.text-blue-600 {
  color: #1B46F5;
}

.text-blue-700 {
  color: #1433E1;
}

.text-blue-800 {
  color: #172AB6;
}

.text-blue-900 {
  color: #192A8F;
}

.text-green-100 {
  color: #D6FFEB;
}

.text-green-200 {
  color: #AFFFD7;
}

.text-green-300 {
  color: #71FFBA;
}

.text-green-400 {
  color: #2CFC96;
}

.text-green-500 {
  color: #01E676;
}

.text-green-600 {
  color: #00C05E;
}

.text-green-700 {
  color: #00964D;
}

.text-green-800 {
  color: #067540;
}

.text-green-900 {
  color: #076037;
}

.text-amber-100 {
  color: #FFFCC5;
}

.text-amber-200 {
  color: #FFFA85;
}

.text-amber-300 {
  color: #FFF146;
}

.text-amber-400 {
  color: #FFE31B;
}

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

.text-amber-600 {
  color: #E29800;
}

.text-amber-700 {
  color: #BB6C02;
}

.text-amber-800 {
  color: #985308;
}

.text-amber-900 {
  color: #7C440B;
}

.text-grey-25 {
  color: #F9FAFB;
}

.text-grey-50 {
  color: #F0F3F5;
}

.text-grey-100 {
  color: #DEE2E9;
}

.text-grey-200 {
  color: #BCC4D3;
}

.text-grey-300 {
  color: #929FB6;
}

.text-grey-400 {
  color: #6B7996;
}

.text-grey-500 {
  color: #515E7B;
}

.text-grey-600 {
  color: #3F4862;
}

.text-grey-700 {
  color: #353C50;
}

.text-grey-800 {
  color: #2E3241;
}

.text-grey-900 {
  color: #0B0C0F;
}