diff --git a/pelicanconf.py b/pelicanconf.py
index dbcf08f5d5707b45d937cd0a65b3c1a01c1eb978..14bce161df6e2c32a6b5358ae85fbbea428fb59d 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -64,10 +64,10 @@ DEFAULT_PAGINATION = 10
 # Uncomment following line if you want document-relative URLs when developing
 #RELATIVE_URLS = True
 
-PRIMARY_DARK = "#FF6600"
-PRIMARY_LIGHT = "#FF9955"
-SECONDARY_DARK = "#0606FA"
-SECONDARY_LIGHT = "#005EBE"
+PRIMARY_DARK = "#327a00"
+PRIMARY_LIGHT = "#55d100"
+SECONDARY_DARK = "#015ebe"
+SECONDARY_LIGHT = "#00c5fa"
 
 SPONSOR_LOGOS = (("/images/sponsors/logo_pysv.png", "https://www.python-verband.org/"),
                  ("/images/sponsors/logo-speedpartner.png", "https://www.speedpartner.de/"),