esc_html__( 'Color Scheme', 'ailabflow' ), 'id' => 'color_scheme_settings', 'desc' => esc_html__( 'Specify website skin, dark and grey color', 'ailabflow' ), 'icon' => 'el el-brush', 'fields' => array( array( 'id' => 'primary_color', 'type' => 'color', 'title' => esc_html__( 'Select Skin Color', 'ailabflow' ), 'transparent' => false, 'default' => '#1a76d1', ), array( 'id' => 'secondary_color', 'type' => 'color', 'title' => esc_html__( 'Select Primary Dark BG Color', 'ailabflow' ), 'transparent' => false, 'default' => '#000000', ), array( 'id' => 'tertiary_color', 'type' => 'color', 'title' => esc_html__( 'Select Primary Grey BG Color', 'ailabflow' ), 'transparent' => false, 'default' => '#f6fbff', ), array( 'id' => 'tertiary_color', 'type' => 'color', 'title' => esc_html__( 'Select Primary Grey BG Color', 'ailabflow' ), 'transparent' => false, 'default' => '#f6fbff', ), array( 'id' => 'gradient_color_one', 'type' => 'color', 'title' => esc_html__( 'Gradient Color One', 'ailabflow' ), 'transparent' => false, 'default' => '#3188ff', ), array( 'id' => 'gradient_color_two', 'type' => 'color', 'title' => esc_html__( 'Gradient Color Two', 'ailabflow' ), 'transparent' => false, 'default' => '#d34be9', ), array( 'id' => 'inner_background', 'type' => 'color', 'title' => esc_html__('Content Area Background Properties', 'ailabflow'), 'transparent' => false, 'output' => 'body', ), ), );