$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'background_color', array( 'label' => 'Background Color', 'section' => 'cd_colors', 'settings' => 'background_color', ) ) );