.colorPickerContainer {
    display: flex;
}

.colorPickerSliderBox {
    display: flex;
    flex-direction: column;
}

.selected_color {
    height: 20px;
}


.pallette_container {
    display: flex;
    flex-direction: row;
}

.palletebox {
    height: 50px;
    width: 50px;
    background-color: blue;
}

#colors {
    display: flex;
}

#palettes {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.pallete {
    display: flex;
    flex-direction: column;
    flex-wrap: none;
}