Просьба написать замечания или дать совет касательно пройденного задания.

.palette{
display:flex;
flex-direction:row;
justify-content:space-around;
padding:10px;
}

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

.color-olive{
width: 50px;
height: 150px;
margin-left:auto;
margin-top:58px;
}

.color-aqua{
width: 50px;
height: 150px;
margin-left:10px;
margin-right:auto;
margin-top:58px;
}

.color-yellow{
width: 30px;
height: 100px;
margin-left:10px;
margin-top:auto;
margin-right:auto;
}

.color-fuchsia{
width: 30px;
height: 100px;
margin-left:10px;
margin-bottom:auto;
}