#color-area {
    width: 255px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#colorInput {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: none !important;
    padding: 0;
    margin: 5px 0;
    border-radius: 0;
}

#colorInput::-webkit-color-swatch {
    height: 20px;
    cursor: pointer;
    border: none;
}

#colorInput::-moz-color-swatch {
    height: 20px;
    cursor: pointer;
    border: none;
}