Tinkering Masterclass

Bearming 3.0 Palette Extension

Old Post!

Bearming 3.0 is absolutely legendary. Here are a couple of palettes to compliment the already stunning line-up.

πŸͺ¨ Stone & Ink

A restrained, editorial palette. Think field notes, marginalia, and graphite smudges. This pairs beautifully with long-form essays.

/* =========================  
   Palette: πŸͺ¨ Stone & Ink  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #f4f4f2;  
  --txt-light: #2b2b2b;  
  --link-light: #5a6f8f;  

  /* Dark mode */  
  --bg-dark: #1a1c1f;  
  --txt-dark: #e0e0df;  
  --link-dark: #8fa6c9;  
}  

πŸŒ’ Night Reading Room

A warm, lamplit darkness. Cozy without drifting into sepia.

/* =========================  
   Palette: πŸŒ’ Night Reading Room  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #f8f6f3;  
  --txt-light: #3b3630;  
  --link-light: #9a6b3f;  

  /* Dark mode */  
  --bg-dark: #161411;  
  --txt-dark: #e7e3dc;  
  --link-dark: #c79b6d;  
}  

πŸͺ΅ Paper & Cedar

Natural, tactile, slightly analog. This one feels like recycled paper and a cedar desk drawer.

/* =========================  
   Palette: πŸͺ΅ Paper & Cedar  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #fbfaf7;  
  --txt-light: #3d3a34;  
  --link-light: #7a5a3a;  

  /* Dark mode */  
  --bg-dark: #1c1916;  
  --txt-dark: #e6e2db;  
  --link-dark: #c1a07a;  
}  

🫧 Soft Static

A subtle bridge palette between Standard and Bubblebear. Playful, but controlled. It borrows Bubblebear’s joy and filters it through frosted glass.

/* =========================  
   Palette: 🫧 Soft Static  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #fdf7fa;  
  --txt-light: #2b2b2b;  
  --link-light: #cc4d88;  

  /* Dark mode */  
  --bg-dark: #1e1b21;  
  --txt-dark: #e6e1ea;  
  --link-dark: #e28bb8;  
}  

πŸŽ„ Winter Margin

Cold air, warm rooms, quiet nights. No red-green shouting. Just evergreen shadows and candle warmth.

/* =========================  
   Palette: πŸŽ„ Winter Margin  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #f6f7f5;  
  --txt-light: #2a2d2b;  
  --link-light: #5b6f66; /* evergreen ink */  

  /* Dark mode */  
  --bg-dark: #121615;  
  --txt-dark: #e3e7e5;  
  --link-dark: #9fb8ad;  
}  

πŸ‚ Fallen Leaves

Autumnal, grounded, and calm. Think paperbacks, wool sweaters, and quiet afternoons.

/* =========================  
   Palette: πŸ‚ Fallen Leaves  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #fbf7f2;  
  --txt-light: #3c3228;  
  --link-light: #a55a2a;  

  /* Dark mode */  
  --bg-dark: #1e1813;  
  --txt-dark: #e6dccf;  
  --link-dark: #d28b5c;  
}  

πŸ•―οΈ Candlewax

Soft contrast, low glare. Designed for late-night reading without eye fatigue.

/* =========================  
   Palette: πŸ•―οΈ Candlewax  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #fefcf8;  
  --txt-light: #2e2b26;  
  --link-light: #8b6a3d;  

  /* Dark mode */  
  --bg-dark: #16130f;  
  --txt-dark: #e9e4da;  
  --link-dark: #c9a76a;  
}  

πŸƒ Moss & Ink

Organic greens paired with near-black text. Earthy but serious.

/* =========================  
   Palette: πŸƒ Moss & Ink  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #f7f9f6;  
  --txt-light: #1f2622;  
  --link-light: #4e7f66;  

  /* Dark mode */  
  --bg-dark: #101512;  
  --txt-dark: #dfe6e1;  
  --link-dark: #7fb59a;  
}  

🌲 Evergreen Ember

A winter holiday palette built from pine needles, candle glow, and old hardcover books. Festive, but hushed.

/* =========================  
   Palette: 🌲 Evergreen Ember  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #fbfbf8;     /* warm winter paper */  
  --txt-light: #2a2e2b;    /* near-ink */  
  --link-light: #8a3e2f;   /* ember red, muted */  

  /* Dark mode */  
  --bg-dark: #111615;      /* deep evergreen night */  
  --txt-dark: #e4e8e3;    /* soft frost */  
  --link-dark: #c46a55;   /* warm candle ember */  
}  

❄️ Evergreen Snow

Even quieter, this variant keeps the holiday feel almost subconscious.

/* =========================  
   Palette: ❄️ Evergreen Snow  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #fdfefe;  
  --txt-light: #283030;  
  --link-light: #5f7f73;  

  /* Dark mode */  
  --bg-dark: #0f1413;  
  --txt-dark: #dde5e2;  
  --link-dark: #7fa89a;  
}  

πŸŒ‘ Quiet Resolve

A New Year palette built from graphite, winter sky, and early-morning calm. Neutral, focused, and forward-facing.

/* =========================  
   Palette: πŸŒ‘ Quiet Resolve  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #f7f8f9;     /* cold paper */  
  --txt-light: #25282c;    /* graphite */  
  --link-light: #4b6f8a;   /* disciplined blue */  

  /* Dark mode */  
  --bg-dark: #101417;      /* pre-dawn */  
  --txt-dark: #dce2e6;    /* winter light */  
  --link-dark: #7fa6c3;   /* steady horizon */  
}  

I am working on a monochrome palette that works, so keep an eye out for that here at some point. All celebrations and honors should be routed directly to Robert Birming for blessing us with such a lovely theme that acts as a springboard to your deeper creativity. May you all have a festive holiday season and ring in the new year with this elegant theme.

Part of /slash

β†©οΈŽ Back to /