Flo Mobile — decoded design system
Flo Mobile's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/decode/flo.health.
Decoded design system
Flo Mobile's decoded design system: background #FFFFFF, text #000000, accent #1DA4A7, link #0000EE, primary #1DA4A7; type scale h1 48px / h2 32px / body 24px; 8px spacing base; 12px base radius. The single interactive/action color is #1DA4A7 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #EFEFEF |
| border | #D8D8D8 |
| text | #000000 |
| text_muted | #606060 |
| primary | #1DA4A7 |
| accent | #1DA4A7 |
| link | #0000EE |
| button_bg | #1DA4A7 |
| button_text | #FFFFFF |
Using these colors
- Action color
#1DA4A7— the single interactive color; only on things you click or must notice, never large fills. primary,accent,button_bgare all#1DA4A7— one role, not several (the action color).- accent
#1DA4A7— THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. - link
#0000EE— inline text links and link-styled controls.
Typography
- Heading: Roboto
- Body: Roboto
- h1: 48px
- h2: 32px
- body: 24px
Spacing
- base unit: 8px
- scale: 3px, 10px, 12px, 14px, 16px, 20px, 24px, 25px, 26px, 32px
Radii
- base: 12px
- button: 80px
Shadows (elevation)
- overlay:
rgba(34, 34, 34, 0.07) 0px 16px 32px 0px
Motion
Micro-interactions run at 300ms (dominant) with ease.
- durations: 300ms · 400ms · 500ms
- easings:
ease·cubic-bezier(0.47, 0, 0.745, 0.715) - animated properties: filter, opacity, margin-top
Button states (measured)
- primary hover: box-shadow
rgba(0, 0, 0, 0.25) 0px 0px 10px 0px - primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
700px - nav: 89px
- common grid: 2 columns
Motion choreography (measured)
Load order: div.flo-quote-carousel__slid → img.lozad
Scroll reveal: 1 elements rest at opacity 0, translateY(-15px), animate in over 0.3s ease.
Responsive (measured)
- breakpoints: 760px · 768px · 850px · 980px · 1199px · 1920px
- mobile (390px): hero 32px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/flo.health
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/flo.theme.ts https://mozaika.design/api/astryx/decode/flo.health.ts
registry item · astryx theme · or query it over MCP: get_design_system("Flo Mobile")
Export: DESIGN.md
# Flo Mobile — Design System > light, consumer, high — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | primary | `#1DA4A7` | | accent | `#1DA4A7` | | link | `#0000EE` | | button_bg | `#1DA4A7` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#1DA4A7` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `primary`, `accent`, `button_bg` are all `#1DA4A7` — one role, not several (your action color). - **accent** `#1DA4A7` — THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. - **link** `#0000EE` — inline text links and link-styled controls. - **Page coverage** (full-page screenshot pixels): `#FFFFFF` 80.2% · `#F0E8E9` 10.5% · `#C09099` 9.2% ## Typography - Heading: **Roboto** - Body: **Roboto** | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 48px / 600 · lh 64px · tracking 0.13px | | h2 | 32px / 700 · lh 48px · tracking 0.42px | | body | 24px / 600 · lh 32px · tracking 0.07px | | small | 20px / 700 · lh 32px | - Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Roboto — free, on Google. ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 3px, 10px, 12px, 14px, 16px, 20px, 24px, 25px, 26px, 32px — snap all gaps/padding to these - section rhythm: 80px top/bottom padding per section (measured) ## Radius - base: 12px - button: 80px - card: 4px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | none | 80px | 16px 32px 16px 32px | 700 18px / 0.234px | none | **States (measured, not guessed)** - primary hover: box-shadow `rgba(0, 0, 0, 0.25) 0px 0px 10px 0px` - primary focus: outline `1px auto rgb(16, 16, 16)` - transition: `all 0.3s ease` ## Shadows (elevation) - overlay: `rgba(34, 34, 34, 0.07) 0px 16px 32px 0px` ## Motion - durations: 300ms (dominant) · 400ms · 500ms - easings: `ease` (dominant) · `cubic-bezier(0.47, 0, 0.745, 0.715)` - animated properties: filter, opacity, margin-top Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion. ## Layout (measured) - container max 700px · common grid: 2-col - nav: 89px · bg #FFFFFF | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 89 | 498 | 2 | — | 0/0 | 57/43 | | 667 | 911 | 2 | — | 0/0 | 31/69 | | 1658 | 241 | 3 | 16 | 0/0 | — | | 1979 | 610 | — | — | 80/80 | — | | 2059 | 450 | — | — | 0/0 | — | | 2669 | 569 | — | — | 0/0 | — | | 3318 | 286 | 2 | 24 | 0/0 | 13/87 | | 3684 | 435 | 2 | 40 | 0/0 | 41/59 | ## Motion choreography (measured) Load order: `div.flo-quote-carousel__slid` @0ms → `img.lozad` @216ms - scroll reveal: 1 elements rest at opacity 0, translateY(-15px), animate in over 0.3s ease (0 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #000000 · underline — hover #333333 ## Responsive (measured) - breakpoints: 760px · 768px · 850px · 980px · 1199px · 1920px - mobile (390px): hero 32px · body 20px · nav: inline ## How to apply Paste the Tailwind `@theme` (or CSS variables) as your base, then build each section to its spec — verify every color, radius, and font against these tokens. Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them. --- > **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/decode/flo.health
An automated reading of Flo Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with flo.health. No screenshots stored. Removal requests: hello@mozaika.design.