
/**
 * From Steve: Here are names for colors that I got from https://www.schemecolor.com:
 */
.light-sea-green-text {
  color: #1ABC9C;
}

.ufo-green-text {
  color: #2ECC71;
}

.tufts-blue-text {
  color: #3498DB;
}

.deep-lilac-text {
  color: #9B59B6;
}

.black-coral-text {
  color: #4E5F70;
}

.jonquil-text {
  color: #F1C40F;
}

.dark-crayola-green-text {
  color: #16A085;
}

.light-crayola-green-text {
  color: #27AE60;
}

.cornflower-blue-text {
  color: #2980B9;
}

.purpureus-text {
  color: #8E44AD;
}

.japanese-indigo-text {
  color: #2C3E50;
}

.gamboge-text {
  color: #F39C12;
}

.vivid-tangelo-text {
  color: #E67E22;
}

.carmine-pink-text {
  color: #E74C3C;
}

.bright-gray-text {
  color: #ECF0F1;
}

.cadet-grey-text {
  color: #95A5A6;
}

.gainsboro-text {
  color: #DDD;
}

.white-text {
  color: #FFF;
}

.tawny-text {
  color: #D35400;
}

.golden-gate-organge-text {
  color: #C0392B;
}

.silver-sand-text {
  color: #BDC3C7;
}

.dolphin-gray-text {
  color: #7F8C8D;
}

.spanish-gray-text {
  color: #999;
}

.black-text {
  color: #000;
}

/**
 * From Steve: I think we should also add
 */
.red-text {
  color: #ff2000;
}

.orange-text {
  color: #ff7c00;
}

.pink-text {
  color: #f52394;
}

.purple-text {
  color: #800080;
}

.blue-text {
  color: #0062c6;
}

.light-blue-text{
  color: #0062c6;
}

.green-text {
  color: #00ab00;
}

.light-green-text {
  color: #90e200;
}

.yellow-text {
  color: #ffcf00;
}

.violet-text {
  color: #7f00ff;
}

.gray-text {
  color: #c4c4c4;
}

.brown-text {
  color: #593110;
}