Design system extracted from https://sharesies.co.nz on 2026-08-22 (code-based analysis).
| Field | Value |
|---|---|
| Site / Project | https://sharesies.co.nz |
| Analyzed on | 2026-08-22 |
| Analysis mode | Automated code extraction (no AI) |
This design system was extracted programmatically from the source page. It is built on a light canvas (#FFFFFF), ink text (#000000), a vivid accent (#E50072). All type is set in "system-ui", system-ui, sans-serif.
Logo asset(s): https://sharesies.co.nz/_next/image?url=%2Fimages%2Ffooter%2Fshielded-logo.png&w=128&q=75
| Hex | RGB | HSL | Count |
|---|---|---|---|
#FFFFFF | 255, 255, 255 | 0° 0% 100% | 180 |
#000000 | 0, 0, 0 | 0° 0% 0% | 72 |
#DE006F | 222, 0, 111 | 330° 100% 44% | 45 |
#A6A6A6 | 166, 166, 166 | 0° 0% 65% | 36 |
#E50072 | 229, 0, 114 | 330° 100% 45% | 27 |
#EA4335 | 234, 67, 53 | 5° 81% 56% | 18 |
#FBBC04 | 251, 188, 4 | 45° 97% 50% | 18 |
#4285F4 | 66, 133, 244 | 217° 89% 61% | 18 |
#34A853 | 52, 168, 83 | 136° 53% 43% | 18 |
#2B5797 | 43, 87, 151 | 216° 56% 38% | 9 |
#2B0A3D | 43, 10, 61 | 279° 72% 14% | 9 |
Roles are taken from the page's own semantic CSS custom properties when present, otherwise inferred from usage frequency + luminance/saturation.
| Token | Hex | RGB | HSL |
|---|---|---|---|
--color-primary | #DE006F | 222, 0, 111 | 330° 100% 44% |
--color-accent | #E50072 | 229, 0, 114 | 330° 100% 45% |
--color-background | #FFFFFF | 255, 255, 255 | 0° 0% 100% |
--color-surface | #FFFFFF | 255, 255, 255 | 0° 0% 100% |
--color-text-primary | #000000 | 0, 0, 0 | 0° 0% 0% |
--color-secondary | #000000 | 0, 0, 0 | 0° 0% 0% |
--color-text-secondary | #A6A6A6 | 166, 166, 166 | 0° 0% 65% |
--color-on-primary | #FFFFFF | 255, 255, 255 | 0° 0% 100% |
--color-on-secondary | #FFFFFF | 255, 255, 255 | 0° 0% 100% |
--color-on-accent | #FFFFFF | 255, 255, 255 | 0° 0% 100% |
Primary typeface: system-ui — stack: "system-ui", system-ui, sans-serif
| Size | Count |
|---|
| Value | Count |
|---|
| Radius | Count |
|---|
:root {
--background-colour: #ffffff;
--foreground-colour: #000000"><p class="StatsComponentV2_text__n7ugm"><span class="StatsComponentV2_value__G26S3"><strong>$12 billion+</strong><span> Wealth trusted on Sharesies</span></span></p></li><li class="StatsComponentV2_item__Poudj" style="--background-colour:#ffffff;
}
Do
#E50072 for interactive highlights and key moments — it is used sparingly on the source page.#FFFFFF; surfaces should stay within the detected neutral ramp.Don't
:root {
--color-primary: #DE006F;
--color-accent: #E50072;
--color-background: #FFFFFF;
--color-surface: #FFFFFF;
--color-text-primary: #000000;
--color-secondary: #000000;
--color-text-secondary: #A6A6A6;
--color-on-primary: #FFFFFF;
--color-on-secondary: #FFFFFF;
--color-on-accent: #FFFFFF;
--font-sans: "system-ui", system-ui, sans-serif;
--container-max: 1024px;
}