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

figure div:nth-child(1) {
background-color: crimson
}
figure div:nth-child(2) {
background-color: cornflowerblue
}
figure div:nth-child(3) {
background-color: lightcoral
}
figure div:nth-child(4) {
background-color: rgb(80,40,80)  
}

figure div:nth-child(5) {
  background-color: #125f56

}
figure div:nth-child(6) {
  background-color: #861313

}
figure div:nth-child(7) {
background-color: #8651f4
}