brand/downloads last revised · 2026-04-27
06

Downloads — the kit,
portable.

Everything an engineer, designer, or partner needs to build something that looks like Beora. Wordmarks, mascot, tokens, fonts, pre-built CSS. Take what you need; tell us what's missing at mattm@beora.ai.

Marks · mascot · tokens · fonts · CSS · the whole kit
07.1

Assets marks · mascot · color · type

A · 01SVG · 4 KB
beora.
Beora wordmark
The canonical italic Gambarino wordmark with the coral period. Vector. Use this on light surfaces. There is a separate cream-on-ink version below.
FORMATSSVG · PDF · PNG
A · 02SVG · 4 KB
beora.
Beora wordmark · cream
Cream-on-ink variant for dark chrome. The period is iodine — never coral on dark, the contrast collapses.
FORMATSSVG · PDF · PNG
A · 03SVG · 5 KB
carewiki BY beora
CareWiki lockup
The L · 01 stacked lockup — upright Space Grotesk wordmark in two tones, with the "by beora" attribution in mono. This is the canonical CareWiki mark.
VARIANTSSTACKED · INLINE · DARK · STANDALONE
A · 04PNG · 2 variants · 480 KB
Beora parrot — coral
Beora parrot — iodine
Mascot — the parrot coral · iodine
Two flavors. Coral on bone or paper — the default. Iodine on ink only — for system-mode and dark surfaces. Used at small sizes (≤96px) on Beora consumer surfaces. Never on CareWiki. Don't recolor outside these two, don't outline, don't animate without sign-off.
FORMATSPNG @1x/@2x · WEBP · 2 COLOR VARIANTS
A · 05CSS / JSON · 6 KB
Color tokens
Bone, paper, ink, coral, iodine — plus the full neutral and signal scales. Three formats: CSS variables, JSON, and Tailwind config.
FORMATSCSS · JSON · TAILWIND
A · 06FONTS · LICENSE
A kinder kind of attention.— a wiki, an agent, and you.
Type stack
Gambarino (display, italic), Space Grotesk (UI), Newsreader (long-form), JetBrains Mono (numerals & labels). Licensing summary in the README.
SOURCESFONTSHARE · GOOGLE FONTS
07.2

Kit bundles grab the whole thing

K · 01ZIP · ~3.4 MB
beora-brand-rev01.zip
Brand kit · full
Wordmarks, mascot, tokens, fonts, brand.css, this guidelines site as static HTML. Everything below in one zip.
CONTAINS9 SVG · 4 PNG · CSS · JSON · 4 FONT FAMILIES · GUIDELINES
K · 02CSS · 14 KB · GZIP 4 KB
brand.css
Drop-in stylesheet
The single CSS file this whole site is built from — tokens, type imports, sidenav, components. Drop it in, set class="shell" on a wrapper, you're 80% there.
WORKS WITHVANILLA · NEXT · ASTRO · 11TY
07.3

The tokens, in copy-paste form CSS custom properties

If you only take one thing from this site, take this block. Paste it into a :root and the brand will mostly take care of itself. JSON and Tailwind variants are in the Color tokens download above.

tokens.css · :root
:root {
  /* — surfaces ———————————————————————— */
  --bone:        #f3efe6;  /* page                */
  --bone-2:      #ece7da;  /* page · darker rest  */
  --bone-3:      #e2dccd;  /* hover, hairline     */
  --paper:       #fbf8f1;  /* card / panel        */

  /* — ink ——————————————————————————— */
  --ink:         #0b0b0f;  /* text, lines         */
  --ink-2:       #262633;
  --ink-3:       #5a5a6b;  /* meta                */
  --ink-4:       #8e8e9b;
  --ink-5:       #c8c4b6;  /* hairline            */

  /* — coral · the human moment ——————————— */
  --coral:       #e06148;
  --coral-deep:  #b84028;
  --coral-tint:  #f7d8cf;

  /* — iodine · the agent is reading ——————— */
  --iodine-50:   #f5f7d4;
  --iodine-500:  #c8d900;
  --iodine-700:  #7a8500;
  --iodine-ink:  #dcec3a;  /* on dark             */

  /* — signal ——————————————————————————— */
  --signal-ok:   #3a6b3a;
  --signal-warn: #a36b00;
  --signal-crit: #b84028;

  /* — type stack ——————————————————————— */
  --font-brand:   "Gambarino", Georgia, serif;
  --font-display: "Space Grotesk", -apple-system, sans-serif;
  --font-wiki:    "Newsreader", "Iowan Old Style", Georgia, serif;
  --font-mono:    "JetBrains Mono", "SF Mono", Menlo, monospace;
}
07.4

What's in the kit file tree

beora-brand-rev01/ ├── README.md ├── LICENSE.txt # brand-asset license summary ├── marks/ │ ├── beora-wordmark.svg A · 01 │ ├── beora-wordmark.pdf │ ├── beora-wordmark@2x.png │ ├── beora-wordmark-dark.svg A · 02 │ ├── beora-wordmark-dark.pdf │ ├── beora-wordmark-dark@2x.png │ ├── carewiki-lockup-stacked.svg A · 03 · L · 01 │ ├── carewiki-lockup-inline.svg L · 02 │ ├── carewiki-lockup-standalone.svg L · 03 │ └── carewiki-lockup-dark.svg L · 04 ├── mascot/ │ ├── mascot-coral.png A · 04 · coral · @1x/@2x │ ├── beora-parrot-iodine.png A · 04 · iodine · @1x/@2x │ ├── beora-parrot.webp # both variants │ └── usage-spec.md # sizes, do/dont, never on carewiki ├── tokens/ │ ├── tokens.css A · 05 — copy-paste this │ ├── tokens.json # for build pipelines │ └── tailwind.config.js # preset, extend in your config ├── fonts/ │ ├── Gambarino-Italic.woff2 │ ├── SpaceGrotesk-{400,500,600}.woff2 │ ├── Newsreader-{400,400i,500}.woff2 │ ├── JetBrainsMono-{400,500}.woff2 │ └── LICENSE-fonts.md # OFL · per-family ├── css/ │ ├── brand.css K · 02 — drop-in stylesheet │ └── brand.min.css └── guidelines/ # this site, as static HTML ├── index.html ├── identity.html · color.html · typography.html └── sub-brands.html · components.html · in-use.html · downloads.html
07.5

License & changelog the small print

License

The Beora wordmark, the CareWiki wordmark, and the parrot mascot are trademarks of Beora, Inc. Use them only as described on these pages. The CSS, color tokens, and guidelines text are MIT-licensed — fork freely. Fonts are licensed separately by their foundries (Gambarino: Fontshare; Space Grotesk & Newsreader: SIL OFL; JetBrains Mono: Apache 2.0). The full per-family license file ships in fonts/LICENSE-fonts.md.

If you're a partner or vendor and want to put Beora on a surface we haven't sketched, write us first — that's how the brand stays calm.

Changelog

REV 01 · 2026.04.27 — first complete kit. Wordmark, mascot, full color & type, CareWiki sub-brand, six in-use proofs, eight components.

REV 00 · 2026.04.18 — internal preview. Coral & iodine confirmed. Type stack locked.

— · 2026.03 — exploration sweep (V1–V4 desktops, M1/M2 mobile).

Need something that isn't here?

Co-marketing lockups, partner badges, conference deck masters, or a cut of the kit in another format — write us. We'd rather build it once, well.

← In Use BEORA · BRAND · 07 · DOWNLOADS Back to Introduction →