Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

pa_paint-color

$tax_query = array(
	array(
		'taxonomy'         => 'pa_paint-color',
		'operator'         => 'EXISTS',
		'include_children' => false,
	),
);