.color__wrapper label {
    margin-right: 0.5rem;

    font-size: 20px;
    font-weight: bold;
}

.color__input {
    -webkit-appearance: none;
    width: 60px;
    height: 30px;

    border-radius: 8px;
    border: white 2px solid;
}

input[type="color"]:hover {
    cursor: pointer;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
}

input[type="color"]::-moz-color-swatch {
    border: none;
}