.swatch-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.swatch-list li {
  display: inline-block;
  float: left;
  width: 150px;
  text-align: center;
  margin-bottom: 15px;
}
.swatch-color {
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 24px;
  padding-top: 31px;
}
.swatch-list li code {
  background: #f9f2f4;
  color: #e76081;
}