.palette_shade_wrapper,.palette_shade_wrapper *{
min-width: min(150px, 40%);
transition: all 0.8s ease;
}
.palette_shade_wrapper:hover .palette_shade_image{
    transform: scale(1.1);
    transition: all 0.8s cubic-bezier(.58,.09,.08,.94);
}

.palette_shade_image{
    min-width: 100%;
    /* aspect-ratio: 1/0.8; */
    height: 120px;
}
.palette_row{
    gap: min(30px, 10%);
    row-gap: 30px;
}