#colorPicker {
    width: 100px;
    height: 27px;
    background-color: red;
    color:white;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: default;
}


