.color-switcher {
    position: fixed;
    top: 150px;
    z-index: 9999;
    width: 200px;
    background-color: #252629;
    box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 6px 0px;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    padding-bottom: 10px;
}
.open-close {
    position: absolute;
    top: 35px;
    right: -35px;
    width: 35px;
    height: 35px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgba(255, 255, 255, 0.86);
    box-shadow: none;
    text-align: center;
    cursor: pointer;
}
.color-switcher h3 {
    margin-top: 0px;
    background-color: #141517;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 15px;
}
.color-switcher ul { text-align: center }
    .color-switcher ul li {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
.colors {
    display: block;
    width: 30px;
    height: 30px;
    min-width: 0px;
}
.colors.yellow {
    width: 30px;
    background-color: #fff947;
}
.colors.white { background-color: #edeff5 }
.colors.violet { background-color: #f387ff }
.colors.red { background-color: #ff333a }
.colors.red-2 { background-color: #cc4a34 }
.colors.pink {
    width: 30px;
    background-color: #ff73b9;
}
.colors.orange { background-color: #fe8d21 }
.colors.orange-2 { background-color: #f1b14f }
.colors.orange-burnt { background-color: #bf7b40 }
.colors.lime-green { background-color: #38ff45 }
.colors.green {
    width: 30px;
    background-color: #54ba5b;
}
.colors.blue { background-color: #38c3ff }
.colors.blue2 { background-color: #3f91eb }
.colors.aqua { background-color: #65c6c3 }
.colors.black-white { background-color: #202328 }