/* color */
.grey1 {
  background-color: rgb(81, 79, 79);
  color: rgb(81, 79, 79);
}
.grey2 {
  background-color: rgb(138, 133, 133);
  color: rgb(138, 133, 133);
}
.grey3 {
  background-color: rgb(164, 158, 158);
  color: rgb(164, 158, 158);
}
.grey4 {
  background-color: rgb(200, 193, 193);
  color: rgb(200, 193, 193);
}
.grey5 {
  background-color: rgb(227, 220, 220);
  color: rgb(227, 220, 220);
}

.red1 {
  background-color: rgb(233, 16, 16);
  color: rgb(233, 16, 16);
}
.red2 {
  background-color: rgb(238, 60, 60);
  color: rgb(238, 60, 60);
}
.red3 {
  background-color: rgb(236, 110, 110);
  color: rgb(236, 110, 110);
}
.red4 {
  background-color: rgb(199, 74, 74);
  color: rgb(199, 74, 74);
}
.red5 {
  background-color: rgb(184, 10, 10);
  color: rgb(184, 10, 10);
}

.black1 {
  background-color: rgb(20, 19, 19);
  color: rgb(20, 19, 19);
}
.black2 {
  background-color: rgb(52, 49, 49);
  color: rgb(52, 49, 49);
}
.black3 {
  background-color: rgb(49, 39, 39);
  color: rgb(49, 39, 39);
}
.black4 {
  background-color: rgb(40, 29, 29);
  color: rgb(40, 29, 29);
}
.black5 {
  background-color: rgb(18, 10, 10);
  color: rgb(18, 10, 10);
}

.green1 {
  background-color: rgb(22, 99, 43);
  color: rgb(22, 99, 43);
}
.green2 {
  background-color: rgb(10, 101, 34);
  color: rgb(10, 101, 34);
}
.green3 {
  background-color: green;
  color: green;
  /* background-color:rgb(14, 140, 48); */
  /* color:rgb(14, 140, 48); */
}
.green4 {
  background-color: rgb(62, 138, 82);
  color: rgb(62, 138, 82);
}
.green5 {
  background-color: rgb(97, 174, 118);
  color: rgb(97, 174, 118);
}

.pastelgreen1 {
  background-color: rgb(200, 230, 201);
  color: rgb(200, 230, 201);
}
.pastelgreen2 {
  background-color: rgb(174, 213, 129);
  color: rgb(174, 213, 129);
}
.pastelgreen3 {
  background-color: rgb(139, 195, 74);
  color: rgb(139, 195, 74);
}
.pastelgreen4 {
  background-color: rgb(118, 184, 82);
  color: rgb(118, 184, 82);
}
.pastelgreen5 {
  background-color: rgb(102, 187, 106);
  color: rgb(102, 187, 106);
}

.neongreen1 {
  background-color: rgb(57, 255, 20);
  color: rgb(57, 255, 20);
}
.neongreen2 {
  background-color: rgb(0, 255, 0);
  color: rgb(0, 255, 0);
}
.neongreen3 {
  background-color: rgb(102, 255, 102);
  color: rgb(102, 255, 102);
}
.neongreen4 {
  background-color: rgb(0, 255, 128);
  color: rgb(0, 255, 128);
}
.neongreen5 {
  background-color: rgb(153, 255, 51);
  color: rgb(153, 255, 51);
}

/* green end */

.orange1 {
  background-color: rgb(241, 222, 10);
  color: rgb(241, 222, 10);
}
.orange2 {
  background-color: rgb(210, 194, 9);
  color: rgb(210, 194, 9);
}
.orange3 {
  background-color: rgb(145, 133, 6);
  color: rgb(145, 133, 6);
}
.orange4 {
  background-color: rgb(112, 104, 8);
  color: rgb(112, 104, 8);
}
.orange5 {
  background-color: rgb(122, 114, 29);
  color: rgb(122, 114, 29);
}

.blue1 {
  background-color: rgb(8, 66, 155);
  color: rgb(8, 66, 155);
}
.blue2 {
  background-color: rgb(17, 84, 184);
  color: rgb(17, 84, 184);
}
.blue3 {
  background-color: rgb(41, 102, 194);
  color: rgb(41, 102, 194);
}
.blue4 {
  background-color: rgb(62, 135, 204);
  color: rgb(62, 135, 204);
}
.blue5 {
  background-color: rgb(109, 164, 215);
  color: rgb(109, 164, 215);
}

.pastelBlue1 {
  background-color: rgb(210, 230, 255);
  color: rgb(210, 230, 255);
}

.pastelBlue2 {
  background-color: rgb(180, 215, 250);
  color: rgb(180, 215, 250);
}

.pastelBlue3 {
  background-color: rgb(150, 200, 240);
  color: rgb(150, 200, 240);
}

.pastelBlue4 {
  background-color: rgb(120, 185, 230);
  color: rgb(120, 185, 230);
}

.pastelBlue5 {
  background-color: rgb(90, 170, 220);
  color: rgb(90, 170, 220);
}

.neonBlue1 {
  background-color: rgb(0, 191, 255);
  color: rgb(0, 191, 255);
}

.neonBlue2 {
  background-color: rgb(51, 204, 255);
  color: rgb(51, 204, 255);
}

.neonBlue3 {
  background-color: rgb(102, 217, 255);
  color: rgb(102, 217, 255);
}

.neonBlue4 {
  background-color: rgb(153, 229, 255);
  color: rgb(153, 229, 255);
}

.neonBlue5 {
  background-color: rgb(204, 242, 255);
  color: rgb(204, 242, 255);
}

/* blue end */

.purple1 {
  background-color: rgb(75, 0, 130);
  color: rgb(75, 0, 130);
}

.purple2 {
  background-color: rgb(95, 20, 140);
  color: rgb(95, 20, 140);
}

.purple3 {
  background-color: rgb(115, 40, 150);
  color: rgb(115, 40, 150);
}

.purple4 {
  background-color: rgb(145, 70, 170);
  color: rgb(145, 70, 170);
}

.purple5 {
  background-color: rgb(175, 100, 190);
  color: rgb(175, 100, 190);
}

/* paste purple */
.pastelPurple1 {
  background-color: rgb(235, 214, 245);
  color: rgb(235, 214, 245);
}

.pastelPurple2 {
  background-color: rgb(221, 190, 232);
  color: rgb(221, 190, 232);
}

.pastelPurple3 {
  background-color: rgb(206, 166, 219);
  color: rgb(206, 166, 219);
}

.pastelPurple4 {
  background-color: rgb(192, 142, 206);
  color: rgb(192, 142, 206);
}

.pastelPurple5 {
  background-color: rgb(178, 118, 193);
  color: rgb(178, 118, 193);
}

/* neon purple */
.neonPurple1 {
  background-color: rgb(191, 0, 255);
  color: rgb(191, 0, 255);
}

.neonPurple2 {
  background-color: rgb(204, 51, 255);
  color: rgb(204, 51, 255);
}

.neonPurple3 {
  background-color: rgb(217, 102, 255);
  color: rgb(217, 102, 255);
}

.neonPurple4 {
  background-color: rgb(229, 153, 255);
  color: rgb(229, 153, 255);
}

.neonPurple5 {
  background-color: rgb(242, 204, 255);
  color: rgb(242, 204, 255);
}

.lighty {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
