Помогите !!! Испытание: кубизм 6/28

Помогите , пожалуйста, разобраться что не так сделал, сделал на 100%, но один отступ равен 32px то есть не кратный 5-ти как написано в задании, как можно это исправить ?

.palette div {
min-width: 35px;
min-height: 35px;

}

.palette {
display: flex;
}

.color-olive {
margin-left: auto;
flex-basis: 50px;
margin-top: auto;
margin-bottom: auto;
height: 150px;
}

.color-yellow {
margin-left: 10px;
margin-right: 32px;
flex-basis: 35px;
height: 100px;
margin-top: 170px;
}

.color-fuchsia {
margin-right: 10px;
flex-basis: 35px;
height: 100px;
margin-top: 5px;
}

.color-aqua {
margin-right: auto;
flex-basis: 50px;
margin-top: auto;
margin-bottom: auto;
height: 150px;
}