Flo Mobile — design system & UI screens
A health-focused dashboard displaying a calendar view with period tracking, countdown timer showing "Period in: 2 days," and actionable insights cards below. Pink accent color reinforces the health/wellness theme with clear hierarchy and touch-friendly buttons. Official Google Play listing screenshot.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/website/flo-mobile.
Decoded design system
Flo Mobile's decoded design system: background #FFFFFF, text #000000, accent #1DA4A7, link #1DA4A7, primary #1DA4A7; type scale h1 34px / h2 22px / body 17px; 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 | #1DA4A7 |
| 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,link,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.
Typography
- h1: 34px
- h2: 22px
- body: 17px
Spacing
- base unit: 8px
- scale: 3px, 10px, 12px, 14px, 16px, 20px, 24px, 25px, 26px, 32px
Radii
- base: 12px
- button: 12px
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
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →