cuz no update was made here u can use this CSS code
/* Hide the first and second pop-box labels (unwanted labels like "Palette"),
along with the associated color selection area and separator */
.pop-box-label:nth-of-type(1),
.pop-box-label:nth-of-type(2),
[data-action="top-bar-tone"],
.pop-box-label:nth-of-type(2) + .or-separator {
display: none !important;
}