
#palette {
    height: 200px;
    border-radius: 8px;
}
.color-box {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 1px 1px 2px black;
    cursor: pointer;
}
