Index: src/server.js
===================================================================
--- src/server.js	(revision cb01666b8ba6e2c17dcfd2f48eaf0a16fb172129)
+++ src/server.js	(revision 9b851e76ec36009f3d5dcd9d5a2ad61982facd77)
@@ -338,5 +338,5 @@
 // content there with a forgiving content-type since modern browsers accept it.
 function _renderFavicon(res, accent) {
-  const safeAccent = /^#[0-9a-fA-F]{3,8}$/.test(accent) ? accent : '#c2410c';
+  const safeAccent = /^#[0-9a-fA-F]{3,8}$/.test(accent) ? accent : '#e8b04b';
   // Site mark: rounded square in the site accent + bold white 'K' (Klonkt)
   const svg = `<?xml version="1.0" encoding="UTF-8"?>
