Испытание: сложные палитры 100% (интересует криткиа кода)

Можно ли что-нибудь улучшить? Есть ли замечания?
Заранее спасибо

.palette-small,
.palette-small .part {
display:flex;
}

.palette-box:first-child .palette-small {
flex-direction:column;
justify-content:center;
}

.palette-box:first-child .color-3,
.palette-box:first-child .color-4 {
align-self:center;
}

.palette-box:first-child .color-3,
.palette-box:first-child .color-5 {
order:-1;
}

.palette-box:nth-child(2) .palette-small,
.palette-box:last-of-type .palette-small .part:last-child {
flex-direction: column-reverse;
}
.palette-box:nth-child(2) .color-2,
.palette-box:nth-child(2) .color-6 {
align-self:flex-end;
}

.palette-box:nth-child(2) .color-4,
.palette-box:nth-child(2) .color-1 {
align-self:flex-start;
}

.palette-box:nth-child(3) .palette-small .part {
flex-direction: column;
justify-content:space-between;
}

.palette-box:last-of-type .palette-small .part:last-child,
.palette-box:nth-child(3) .palette-small,
.palette-box:nth-child(4) .palette-small,
.palette-box:nth-child(2) .palette-small {
justify-content:space-between;
}