10 · Assets
Download anything.
Every brand asset we produce, ready to drop into a deck, a site, a social profile or a vehicle wrap. Pre-rendered for common sizes; the live generators live on the Generators page.
The marks
PNG & SVG, every approved colourway.
Favicons & app icons
Drop-in package for any web property.
favicon-16
16×16 px
favicon-32
32×32 px
favicon-48
48×48 px
favicon-64
64×64 px
favicon-96
96×96 px
favicon-128
128×128 px
favicon-192
192×192 px
favicon-256
256×256 px
favicon-512
512×512 px
Apple touch icon
180×180
Safari pinned tab
SVG · mono
HTML head — favicons
<!-- Nexus ReGen favicons -->
<link rel="icon" href="/favicons/favicon.svg" type="image/svg+xml" />
<link rel="icon" href="/favicons/favicon-32.png" sizes="32x32" type="image/png" />
<link rel="icon" href="/favicons/favicon-192.png" sizes="192x192" type="image/png" />
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#121541" />
<link rel="manifest" href="/favicons/site.webmanifest" />
<meta name="theme-color" content="#121541" />
HTML head — social
<!-- OG / Twitter meta -->
<meta property="og:title" content="Nexus ReGen — Materially smarter construction" />
<meta property="og:description" content="The UK's materials management platform for construction. Plan, source, move and prove every material on every project." />
<meta property="og:image" content="https://nexusregen.com/og/og-default.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://nexusregen.com" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Nexus ReGen — Materially smarter construction" />
<meta name="twitter:description" content="The UK's materials management platform for construction. Plan, source, move and prove every material on every project." />
<meta name="twitter:image" content="https://nexusregen.com/og/og-default.png" />
Open Graph & social cards
1200×630 preview cards for every page and launch.
Custom social cards
Need a one-off? Use the live generator on the Generators page.
Banner generator
OG, LinkedIn, X, IG story — generated on demand.
Twitter / X · Instagram
Patterns
Tileable arrow motifs — use as section backgrounds, slide divides, fabric prints.
Desktop & mobile wallpapers
Email & presentation
For developers
Drop-in token files for CSS, Tailwind and design-token pipelines.
/* Nexus ReGen — CSS custom properties */
:root {
--brand-25: #F8F9FC;
--brand-50: #F1F2F9;
--brand-100: #DDDFE9;
--brand-200: #B4B7D4;
--brand-300: #8488B6;
--brand-400: #5558A0;
--brand-500: #2A2D78;
--brand-600: #121541; /* Penn Blue */
--brand-700: #0E1034;
--brand-800: #0A0C28;
--brand-900: #06081C;
--brand-950: #03040E;
--accent-400: #F7EC33; /* Aureolin */
--accent-500: #E0D420;
--font-body: 'Inter', system-ui, sans-serif;
--font-mono: 'JetBrains Mono', ui-monospace, monospace;
}
// tailwind.config.js — Nexus ReGen
export default {
theme: {
extend: {
colors: {
brand: {
25: '#F8F9FC', 50: '#F1F2F9', 100: '#DDDFE9',
200: '#B4B7D4', 300: '#8488B6', 400: '#5558A0',
500: '#2A2D78', 600: '#121541', 700: '#0E1034',
800: '#0A0C28', 900: '#06081C', 950: '#03040E',
},
accent: {
400: '#F7EC33', 500: '#E0D420', 600: '#B8AC10',
},
},
fontFamily: {
sans: ['Inter', 'system-ui', 'sans-serif'],
mono: ['JetBrains Mono', 'ui-monospace', 'monospace'],
},
},
},
};
{
"$schema": "https://tokens.studio/schema.json",
"color": {
"brand": {
"600": { "value": "#121541", "type": "color" },
"700": { "value": "#0E1034", "type": "color" }
},
"accent": {
"400": { "value": "#F7EC33", "type": "color" }
}
},
"typography": {
"family": {
"body": { "value": "Inter", "type": "fontFamilies" },
"mono": { "value": "JetBrains Mono", "type": "fontFamilies" }
}
}
}
Machine-readable manifest
A JSON index of every asset on this page, for automation and coding agents.
11 · Hosted assets
Stable URLs for everything visible.
Every brand asset on this page is served from the public-assets R2 bucket at https://assets.nexusregen.com — already CDN-cached and ready to embed in product code, READMEs, partner tiles, and email signatures. SVG is preferred for everything web; PNG / JPG mirrors exist for places vector isn't supported.
Search
Favicons & app icons
Pre-baked, 16/32/180/192/512 ready.
Favicon 1
nr/icon/favicon1 Favicon 2
nr/icon/favicon2 Favicon · filled
nr/icon/favicon-filled Favicon · thick blue
nr/icon/favicon-thick-blue Favicon · thick light blue
nr/icon/favicon-thick-lblue Favicon · thick yellow
nr/icon/favicon-thick-yellow Icon · blue rounded
nr/icon/nr-icon-blue-rounded Icon · blue square
nr/icon/nr-icon-blue-sq Icon · square arrow (yellow on blue)
nr/icon/nr-icon-sq-arrow-yellow_on_blue Backgrounds
Branded background fills. Use for hero sections, decks, social.
Background 1
nr/bg/nr-bg-1 Legacy
Stable URL retained for backward compatibility.
Legacy logo
logo Notes
Limitations and quirks to be aware of.
- The bucket also contains an older
Nexus-ReGen-Brand-Kit/…hierarchy (~140 files) — not surfaced here. Prefer thenr/…paths above for new work. - The user-supplied
nr-icon-blue-squareentries (large variant) return 404 — only the smallnr-icon-blue-sqexists. The large one was never uploaded. - SVGs are the source. PNG / JPG are pre-rendered exports — convenient, but use SVG wherever a vector is acceptable.
- Bucket is public + CDN-fronted by Cloudflare, so caching is aggressive. Expect ~1 hour TTL on changed assets unless you cache-bust.