03
Validate the foundation
Key semantic pairs checked against WCAG contrast thresholds.
On-primary text#FFFFFF on #3157D5
6.08:1 · AABody text#172033 on #F7F8FC
15.33:1 · AAAFocused portfolio preview
Aftab Khan ↗Generate a focused system, test it on real interface patterns, check key contrast pairs, and export developer-ready tokens in one page.
A limited public preview of design-system thinking and frontend implementation.
A neutral starting system ready to adapt to your product direction.
One representative component composition proves how foundational decisions behave together.
Key semantic pairs checked against WCAG contrast thresholds.
:root {
--color-primary: #3157D5;
--color-on-primary: #FFFFFF;
--color-surface: #F7F8FC;
--color-text: #172033;
--color-muted: #667085;
--font-family: Inter, sans-serif;
--space-1: 4px;
--space-2: 8px;
--space-3: 16px;
--radius-sm: 6px;
--radius-md: 10px;
--radius-lg: 16px;
}