.palette-main-wrapper{
    margin: 25px 0;
}
.palette-main-wrapper > h6{
    margin-bottom: 15px;
}
.palette-wrapper{
    display: flex;
    justify-content: space-between;
    height: 200px;
    overflow: hidden;
}
.palette-wrapper > div{
    width:49%;
}
.palette-list-hue{
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
.palette-list-hue .item{
    display: inline-block;
    width: 60px;
    height: 60px;
    float: left;
    margin:0 5px 5px 0;
    text-decoration: none;
    box-shadow: none;
    border:2px solid #fff;
    outline: none!important;
}
.palette-view-hue figure,
.palette-list-hue .item figure{
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.palette-list-hue .item.clicked{
    border-color: #e6af16;
}
.palette-view-hue{
    position: relative;
    height: 200px;
    padding-left: 12px;
}
.palette-view-hue .palette-view-hue-information{
    position: absolute;
    bottom: 0;
    color: #222;
    background-color: rgba(255,255,255,0.8);
    padding:6px 15px;
    width: 100%;
    display: block;
}
.palette-view-hue .palette-view-hue-information span{
    font-size: 14px;
    margin-right: 10px;
}
.palette-view-hue .palette-view-hue-information span.hue-name{
    font-weight: 700;
}
