figure{
  background-color: crimson;
  width: 80vmin;
  height: 80vmin;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 4fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

figure div:nth-child(1){
  background-color: crimson;
}

figure div:nth-child(2){
  background-color: rgb(137, 132, 183);
}

figure div:nth-child(3){
  background-color: lightcoral;
}

figure div:nth-child(4){
  background-color: rgb(80, 43, 80);
}

figure div:nth-child(5){
  background-color: rgb(0, 116, 113);
}

figure div:nth-child(6){
  background-color: rgb(181, 65, 78);
}

figure div:nth-child(7){
  background-color: rgb(117, 103, 175);
}