Engineered for what endures.
| Name | Hex | RGB | CSS Variable | |
|---|---|---|---|---|
| Iron PRIMARY |
#243347 |
rgb(36,51,71) |
--color-iron |
|
| Amber ACCENT |
#C8772A |
rgb(200,119,42) |
--color-amber |
|
| Slate SECONDARY |
#5C7085 |
rgb(92,112,133) |
--color-slate |
|
| Stone NEUTRAL-LIGHT |
#EDE9E1 |
rgb(237,233,225) |
--color-stone |
|
| Ash BODY-TEXT |
#3D4147 |
rgb(61,65,71) |
--color-ash |
|
| Chalk BACKGROUND |
#F6F4F0 |
rgb(246,244,240) |
--color-chalk |
DM Serif DisplayIBM Plex SansMeasured and precise — we write from the client's challenge outward, not from our credentials inward. Confident recommendations delivered without hedging or superlatives.
Live URL: [slug].chatmybrand.com/tokens.css
/* Varrow Engineering Group — Brand Tokens */
/* Generated by ChatMyBrand · 2026-07-06 */
:root {
--color-iron: #243347;
--color-primary: #243347;
--color-amber: #C8772A;
--color-accent: #C8772A;
--color-slate: #5C7085;
--color-secondary: #5C7085;
--color-stone: #EDE9E1;
--color-neutral-light: #EDE9E1;
--color-ash: #3D4147;
--color-body-text: #3D4147;
--color-chalk: #F6F4F0;
--color-background: #F6F4F0;
--font-heading: 'DM Serif Display', sans-serif;
--font-body: 'IBM Plex Sans', sans-serif;
--font-mono: 'IBM Plex Mono', monospace;
}