#color-switcher {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 25%;
    z-index: 1051;
    padding: 20px;
    left: -250px
}

#color-switcher ul {
    padding: 0
}

#color-switcher ul li {
    list-style-type: none;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #fff;
    transition: all .2s ease-in-out
}

#color-switcher ul li.active::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 18px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

#color-switcher ul li.active {
    cursor: default;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

#color-switcher .switcher-toggle {
    position: absolute;
    background: #fff;
    color: #333;
    font-size: 1.25rem;
    border-radius: 0 4px 4px 0;
    right: -40px;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 0
}

#color-switcher {
    left: auto;
    right: -250px
}

#color-switcher .switcher-toggle {
    right: auto;
    left: -40px;
    border-radius: 4px 0 0 4px
}

.c_f44336 {
    background: #f44336
}

.c_e91e63 {
    background: #e91e63
}

.c_9c27b0 {
    background: #9c27b0
}

.c_673ab7 {
    background: #673ab7
}

.c_3f51b5 {
    background: #3f51b5
}

.c_2196f3 {
    background: #2196f3
}

.c_03a9f4 {
    background: #03a9f4
}

.c_00bcd4 {
    background: #00bcd4
}

.c_009688 {
    background: #009688
}

.c_4caf50 {
    background: #4caf50
}

.c_8bc34a {
    background: #8bc34a
}

.c_ffc107 {
    background: #ffc107
}

.c_ff9800 {
    background: #ff9800
}

.c_5e72e4 {
    background: #5e72e4
}

.c_795548 {
    background: #795548
}

.c_9e9e9e {
    background: #9e9e9e
}

.c_607d8b {
    background: #607d8b
}

.c_5173b8 {
    background: #5173b8
}

.c_ea4c89 {
    background: #ea4c89
}

.c_333645 {
    background: #333645
}