.color-wheel {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    align-items: center;
}

.color-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-label, .top-label {
    text-align: left;
    margin-top: 5px;
}


.back-link {
    margin-bottom: 1rem;;
}



 .color-field {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
    height: 500px;
}

.color-info {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
    gap: 1rem;

}