[aria-label='Whites'] a:before {
    background: #F8F8F9;
}

[aria-label='Silvers'] a:before {
    background: #C4C4C4;
}

[aria-label='Golds'] a:before {
    background: #FAEEC8;
}

[aria-label='Neutrals'] a:before {
    background: #CFC1B2;
}

[aria-label='Yellows'] a:before {
    background: #EDE5C6;
}

[aria-label='Oranges'] a:before {
    background: #EEE4DE;
}

[aria-label='Reds'] a:before {
    background: #844E53;
}

[aria-label='Pinks'] a:before {
    background: #EEDCD4;
}

[aria-label='Purples'] a:before {
    background: #5D424D;
}

[aria-label='Blues'] a:before {
    background: #9AA8B0;
}

[aria-label='Greens'] a:before {
    background: #95B1A0;
}

[aria-label='Greys'] a:before {
    background: #CCCCCA;
}

[aria-label='Browns'] a:before {
    background: #867A74;
}

[aria-label='Blacks'] a:before {
    background: #494F50;
}
