/* Start the Loop */
while ( have_posts() ) : the_post(); ?>
$color = get_term_meta( $category->cat_ID, '_category_color', true );
$color = ( ! empty( $color ) ) ? "#{$color}" : '#ffffff';
?>
Category Color:
/* Start the Loop */
while ( have_posts() ) : the_post(); ?>
$color = get_term_meta( $category->cat_ID, '_category_color', true );
$color = ( ! empty( $color ) ) ? "#{$color}" : '#ffffff';
?>
Category Color: