xxxxxxxxxx
$this->add_control(
'text_color',
[
'label' => esc_html__( 'Text Color', 'textdomain' ),
'type' => \Elementor\Controls_Manager::COLOR,
'selectors' => [
'{{WRAPPER}} .your-class' => 'color: {{VALUE}}',
],
]
);