Reference:
WCAG Success Criterion 2.5.3 Label in Name
https://www.w3.org/TR/WCAG21/#label-in-name
For user interface components with labels that include text or images of text, the name contains the text that is presented visually.
A best practice is to have the text of the label at the start of the name.
Understanding Success Criterion 2.5.3: Label in Name
https://www.w3.org/WAI/WCAG21/Understanding/label-in-name.html
For example, one of the quote style visual label is:
Regular
The associated aria-label is:
Apply style variation "Regular"

Speech input users will see a visible label Regular and will try to voice a command "Click Regular" but this will fail as the accessible name of the control is different.
As a best practice, and to meet WCAG, the accessible name should match (or at least start with) the visible label.
Reference:
WCAG Success Criterion 2.5.3 Label in Name
https://www.w3.org/TR/WCAG21/#label-in-name
Understanding Success Criterion 2.5.3: Label in Name
https://www.w3.org/WAI/WCAG21/Understanding/label-in-name.html
For example, one of the quote style visual label is:
RegularThe associated
aria-labelis:Apply style variation "Regular"Speech input users will see a visible label
Regularand will try to voice a command "Click Regular" but this will fail as the accessible name of the control is different.As a best practice, and to meet WCAG, the accessible name should match (or at least start with) the visible label.