body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.color-frame {
  height: 250px;
  width: 170px;
  background-color: white;
  padding: 15px;
}

.color-frame__color {
  height: 70%;
  background-color: tomato;
}

.color-frame__info span {
  display: flex;
  flex-direction: column;
  color: black;
}
