diff --git a/app/Utils/HtmlEngine.php b/app/Utils/HtmlEngine.php
index abe051a35c..aa3c733389 100644
--- a/app/Utils/HtmlEngine.php
+++ b/app/Utils/HtmlEngine.php
@@ -321,6 +321,9 @@ class HtmlEngine
$data['$invoiceninja.whitelabel'] = ['value' => asset('images/created-by-invoiceninja-new.png'), 'label' => ''];
+ $data['$primary_color'] = ['value' => $this->settings->primary_color, 'label' => ''];
+ $data['$secondary_color'] = ['value' => $this->settings->secondary_color, 'label' => ''];
+
// $data['custom_label1'] = ['value' => '', 'label' => ctrans('texts.')];
// $data['custom_label2'] = ['value' => '', 'label' => ctrans('texts.')];
// $data['custom_label3'] = ['value' => '', 'label' => ctrans('texts.')];
diff --git a/resources/views/pdf-designs/bold.html b/resources/views/pdf-designs/bold.html
index 8560d000c2..22bc3de01c 100644
--- a/resources/views/pdf-designs/bold.html
+++ b/resources/views/pdf-designs/bold.html
@@ -5,6 +5,11 @@