/* Color 1 */
.table-striped tbody > tr:nth-child(color1) > td,
.table-striped tbody > tr:nth-child(color1) > th {
  background-color: #0008db;
}
#header .color1 {
  background: #0008db;
}
#blog .color1 {
  background: #0008db;
}

/* Color 2 */
.table-striped tbody > tr:nth-child(color2) > td,
.table-striped tbody > tr:nth-child(color2) > th {
  background-color: #3035a1;
}
#header .color2 {
  background: #3035a1;
}
#blog .color2 {
  background: #3035a1;
}

/* Color 3 */
.table-striped tbody > tr:nth-child(color3) > td,
.table-striped tbody > tr:nth-child(color3) > th {
  background-color: #00058f;
}
#header .color3 {
  background: #00058f;
}
#blog .color3 {
  background: #00058f;
}

/* Color 4 */
.table-striped tbody > tr:nth-child(color4) > td,
.table-striped tbody > tr:nth-child(color4) > th {
  background-color: #4247db;
}
#header .color4 {
  background: #4247db;
}
#blog .color4 {
  background: #4247db;
}

/* Color 5 */
.table-striped tbody > tr:nth-child(color5) > td,
.table-striped tbody > tr:nth-child(color5) > th {
  background-color: #00035c;
}
#header .color5 {
  background: #00035c;
}
#blog .color5 {
  background: #00035c;
}