/* whites */
.AntiqueWhite {
  background-color: AntiqueWhite;
}

.Cornsilk {
  background-color: Cornsilk;
}

.FloralWhite {
  background-color: FloralWhite;
}

.GhostWhite {
  background-color: GhostWhite;
}

.Ivory {
  background-color: Ivory;
}

.Linen {
  background-color: Linen;
}

.MintCream {
  background-color: MintCream;
}

.OldLace {
  background-color: OldLace;
}

.PapayaWhip {
  background-color: PapayaWhip;
}

.SeaShell {
  background-color: SeaShell;
}

.Snow {
  background-color: Snow;
}

.WhiteSmoke {
  background-color: WhiteSmoke;
}

/* light browns */
.Beige {
  background-color: Beige;
}

.Bisque {
  background-color: Bisque;
}

.BlanchedAlmond {
  background-color: BlanchedAlmond;
}

.BurlyWood {
  background-color: BurlyWood;
}

.Gold {
  background-color: Gold;
}

.GoldenRod {
  background-color: GoldenRod;
}

.Moccasin {
  background-color: Moccasin;
}

.NavajoWhite {
  background-color: NavajoWhite;
}

.PeachPuff {
  background-color: PeachPuff;
}

.Tan {
  background-color: Tan;
}

.Wheat {
  background-color: Wheat;
}

/* other */
.SpringGreen {
  background-color: SpringGreen;
}

.SkyBlue {
  background-color: SkyBlue;
}

.LightSkyBlue {
  background-color: LightSkyBlue;
}

.PowderBlue {
  background-color: PowderBlue;
}

.Gray {
  background-color: gray;
}

.evening-night-gradient {
  background: #005AA7;
  background: -webkit-linear-gradient(to right, #FFFDE4, #005AA7);
  background: linear-gradient(to right, #FFFDE4, #005AA7);
}

.zinc-gradient {
  background: #ADA996;
  background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
  background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);
}

.gray-to-pink-gradient {
  background: #DAE2F8;
  background: -webkit-linear-gradient(to right, #D6A4A4, #DAE2F8);
  background: linear-gradient(to right, #D6A4A4, #DAE2F8);
}

.blue-to-pink-gradient {
  background: #ddd6f3;
  background: -webkit-linear-gradient(to right, #faaca8, #ddd6f3);
  background: linear-gradient(to right, #faaca8, #ddd6f3);
}

.blue-to-light-gradient {
  background: #1c92d2;
  background: -webkit-linear-gradient(to right, #f2fcfe, #1c92d2);
  background: linear-gradient(to right, #f2fcfe, #1c92d2);
}

.aqua-to-light-gradient {
  background: #B2FEFA;
  background: -webkit-linear-gradient(to right, #0ED2F7, #B2FEFA);
  background: linear-gradient(to right, #0ED2F7, #B2FEFA);
}

.blue-skies-gradient {
  background: #56CCF2;
  background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);
  background: linear-gradient(to right, #2F80ED, #56CCF2);
}

.autumn-gradient {
  background: #DAD299;
  background: -webkit-linear-gradient(to right, #B0DAB9, #DAD299);
  background: linear-gradient(to right, #B0DAB9, #DAD299);
}

.copper-gradient {
  background: #B79891;
  background: -webkit-linear-gradient(to right, #94716B, #B79891);
  background: linear-gradient(to right, #94716B, #B79891);
}

.blue-to-pink-gradient {
  background: #00d2ff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #928DAB, #00d2ff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #928DAB, #00d2ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}