.color-picker-wrapper {
    width: 100%;
    position: relative;
    margin: 20px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px -3px #000;
    -moz-box-shadow: 0px 0px 5px -3px #000;
    box-shadow: 0px 0px 5px -3px #000;
    border-radius: 5px;
}

#color-picker-preview {
    width: 100%;
    height: 100px;
}

.color-picker-values {
    background-color: #eae8ff;
    padding-bottom: 35px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input-color-title {
    margin: 0 4px;
    padding: 0;
    width: calc(100% / 4 - 10px);
    display: inline-block;
    font-size: 12px;
    text-align: center;
    font-weight: 900;
}

.color-picker-float {
    margin: 2px 4px 15px;
    padding: 0;
    width: calc(100% / 4 - 12px);
    display: inline-block;
    text-align: center;
}

.input-hex-wrapper {
    text-align: center;
    font-size: 12px;
    font-weight: 900;
}

.color-picker-hex {
    margin: 0 auto;
    width: 80px;
    text-align: center;
}