.bg-magenta {
  background-color: #efebe3;
}
.bg-black {
  background-color: #242424;
}
.bg-grey {
  background-color: #2e2e2e;
}
.bg-blue {
  background-color: #57c5a0;
}
#colors li {
  position: relative;
  padding: 0;
  margin-bottom: 0.9375em;
}
#colors li p {
  position: absolute;
  padding: 3px 13px;
  color: #666;
  background-color: #fff;
  font-size: 12px;
  bottom: 0;
  left: 0.9375em;
}
#colors li .color {
  height: 120px;
  margin-right: 0.9375em;
}
#colors li:last-child {
  margin-right: 0;
}
