.text-red {
  color: red;
}

.text-green {
  color: green;
}

.text-blue {
  color: blue;
}

.text-orange {
  color: orange;
}

.text-purple {
  color: purple;
}
