#d08728
August 9, 2026
coulomb.social
A reading of the visual language at https://coulomb.social. Every token, every rule, every component — captured from the live site.
About
Logo
Colour
1 primary · 7 neutrals · 8 total
Neutrals
#000000#EFEFEF#616161#373737#171717#FFFFFF#E5E5E5Full palette
#000000#EFEFEF#616161#373737#171717#FFFFFF#E5E5E5#D08728WCAG 100% · 0 passing pairs · 0 failing. Full breakdown in §11.
Typography
4 families · 7 sizes · 4 weights
Specimen
Scale
| Step | Size | Sample |
|---|---|---|
t00 |
50px |
Quick brown fox jumps over t |
t01 |
42px |
Quick brown fox jumps over t |
t02 |
24px |
Quick brown fox jumps over t |
t03 |
18px |
Quick brown fox jumps over t |
t04 |
16px |
Quick brown fox jumps over t |
t05 |
14px |
Quick brown fox jumps over t |
t06 |
13.3333px |
Quick brown fox jumps over t |
Spacing
Base 4px · 8 steps captured
Rhythm
1px
24px
32px
40px
60px
80px
96px
320px
Shape
5 radii · 2 elevation tiers
Border radii
4px
8px
12px
15px
20px
Elevation
xs
sm
Iconography
unknown · 24 captured
iconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconMotion
Feel: mixed · 1 durations · 0 easings
Duration scale
250ms
Components
unknown · 1 component patterns captured
Mocks
Built from these tokens
Radius, primary, surface, text — all sampled from the live site.
Read more →Detected patterns
button
Voice
neutral · — · —
CTA verbs
×25×25×1×1×1×1×1
Accessibility
0 passing · 0 failing
No failing contrast pairs detected.
Tokens
Drop-in code for the most common stacks. All values from the live extraction.
:root {
--color-primary: #d08728;
--font-display: "Helvetica";
--space-base: 4px;
--radius-md: 8px;
}
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: { brand: '#d08728' },
fontFamily: { display: ['Helvetica', 'serif'] },
spacing: { base: '4px' },
borderRadius: { md: '8px' },
},
},
};
Run npx designlang pack coulomb.social for the full bundle (DTCG, shadcn, Figma vars, motion, anatomy, Storybook).
Usage
-
Lead with the primary.
It belongs on calls-to-action and one accent moment per screen. Not on body copy.
-
Two type families, three weights.
Display for headlines, body for paragraphs. Resist a third unless there is a real reason.
-
Snap to the spacing scale.
Padding, margin, and gap should land on the values in §05. One-off pixels accumulate into noise.
-
Treat accessibility as a hard constraint.
When a colour pair fails WCAG, fix the colour — not the contrast check.