'color', 'settings' => 'primary_color', 'label' => esc_html__( 'Primary Color', 'author-blog' ), 'section' => 'colors', 'default' => '#ff9585', ] ); Kirki::add_field( 'author_blog_config', [ 'type' => 'color', 'settings' => 'footer_background_color', 'label' => esc_html__( 'Footer Background', 'author-blog' ), 'section' => 'colors', 'default' => '#1a1a1a', ] ); Kirki::add_field( 'author_blog_config', [ 'type' => 'color', 'settings' => 'book_title_color', 'label' => esc_html__( 'Title Color', 'author-blog' ), 'section' => 'colors', 'default' => '#ffffff', ] ); Kirki::add_field( 'author_blog_config', [ 'type' => 'color', 'settings' => 'book_paragraph_color', 'label' => esc_html__( 'Description Color', 'author-blog' ), 'section' => 'colors', 'default' => '#ffffff', ] ); Kirki::add_field( 'author_blog_config', [ 'type' => 'color', 'settings' => 'button_bg_color', 'label' => esc_html__( 'Button Background Color', 'author-blog' ), 'section' => 'colors', 'default' => '#ff9585', ] ); Kirki::add_field( 'author_blog_config', [ 'type' => 'color', 'settings' => 'button_text_color', 'label' => esc_html__( 'Button Text Color', 'author-blog' ), 'section' => 'colors', 'default' => '#ffffff', ] ); Kirki::add_field( 'author_blog_config', [ 'type' => 'color', 'settings' => 'copyright_top_br_color', 'label' => esc_html__( 'Copyright Top Border Color', 'author-blog' ), 'section' => 'colors', 'default' => '#262626', ] ); Kirki::add_field( 'author_blog_config', [ 'type' => 'color', 'settings' => 'copyright_text_color', 'label' => esc_html__( 'Copyright Text Color', 'author-blog' ), 'section' => 'colors', 'default' => '#ffffff', ] ); Kirki::add_field( 'author_blog_config', [ 'type' => 'color', 'settings' => 'header_bg_color', 'label' => esc_html__( 'Top Header Color', 'author-blog' ), 'section' => 'colors', 'default' => '#ffffff', ] );