.colorPalette {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  height: 4rem;
  font: 700 1.25rem "Nunito Sans", sans-serif;
  color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
