A reference for everyone designing, writing, building, or shipping anything that carries the NRMD mark. Type, color, logo, voice — what to use, and how.
NRMD is the operating system for predictable growth — built for mid-market and enterprise teams who refuse to treat marketing as a guessing game.
We feel like a serious technology company. Precise, confident, technical — but human enough to trust.
We sell infrastructure, not deliverables. The visual language reflects that: structured, modular, deliberate.
The palette carries the optimism. Everything else — type, layout, motion — stays composed.
A neural brain rendered with the brand gradient. Two hemispheres, six gyri, seven nodes, seven synaptic connections — one continuous gradient running cyan to yellow. It signals intelligence and system in the same gesture. The official asset lives at /assets/img/brain.svg — always pull from there.
/assets/img/brain.svgThe palette runs warm-to-cool through visible spectrum order, skipping purple entirely. Each color works as a flat accent. Together, in sequence, they become the signature NRMD gradient.
The single most recognizable element of the brand. Use as fills, strokes, text treatment, or atmospheric background. Always cyan → yellow, left to right or top-left to bottom-right (135°).
Dark-first. The product, the site, and most surfaces live on near-black. Use these in strict order from background to surface to elevated surface.
Exception: client-facing deliverables are always light mode (dark ink on white), never dark. This applies to reports, presentations / decks, one-pagers, and working documents so they stay legible on screen, on paper, and in PDF.
Exo 2 carries the display work — headlines, hero type, identity moments. Inter handles everything you read. JetBrains Mono labels the system: eyebrows, code, technical metadata. Never swap roles.
The default scale used across web, decks, and documents. Sizes use a 1.25–1.4 modular ratio; line-heights tighten as size grows.
Every icon is drawn as an outline only — no fills — with a 1.5px stroke and rounded line caps. The signature gradient is applied as the stroke color via a shared SVG linearGradient. This is what makes any icon read as NRMD.
<!-- Define once per page, reference everywhere --> <svg width="0" height="0"> <defs> <linearGradient id="nrmd-grad" x1="0%" y1="0%" x2="100%" y2="100%"> <stop offset="0%" stop-color="#00D4FF"/> <stop offset="20%" stop-color="#0066FF"/> <stop offset="42%" stop-color="#FF00B8"/> <stop offset="58%" stop-color="#FF4D6D"/> <stop offset="78%" stop-color="#FF8A00"/> <stop offset="100%" stop-color="#FFC700"/> </linearGradient> </defs> </svg> <!-- Then use in any icon --> <svg viewBox="0 0 24 24" fill="none" stroke="url(#nrmd-grad)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> ... </svg>
The system in use across social, marketing, product, and presentation. Each piece reads as NRMD because type roles, color, and the gradient hold their positions.
The physical and digital expression of the system — letterhead and envelope. The interactive email-signature & business-card generator now lives in the NRMD Hub (Resources → Brand).
Letter / A4 sheet, gradient bar across the top edge, brain + wordmark in the header, nrmd.io in the footer. The gradient is a hosted image — /assets/img/gradient-rule.png — so it survives any export, including print and PDF.
Standard US #10 business envelope. Same gradient bar on the top edge, brain + wordmark in the upper-left, return address mono in the bottom-left. The recipient area stays clear so the printed or handwritten address has room to breathe. A4-equivalent (DL, 110 × 220 mm) works with the same proportions.
A widescreen (16∶9) deck template with ten ready-to-use layouts — title, agenda, section break, free text, bullets, text + image, stat, two columns, quote, and closing. Duplicate the slides you need, swap the placeholders for your content. Available in dark and white themes.
Google Slides: click the button to download the PPTX, then in Google Drive choose New → File upload, right-click the file and pick Open with → Google Slides — it converts automatically and keeps the layouts. To make it a reusable team template, open it and use File → Make a copy or save it to a shared Templates folder. Then duplicate any slide as a starting point for your own report or deck. PPTX opens in PowerPoint/Keynote; PDF is for preview and print. Brand fonts (Exo 2 / Inter / JetBrains Mono) render anywhere those fonts are installed; placeholder text and accent colors are fully editable.