Notion's UI design system. Use when building interfaces inspired by Notion's aesthetic - light mode, Inter font, 4px grid.
70
62%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/notion/SKILL.mdOpinionated constraints for building Notion-style interfaces with AI agents.
Reference these guidelines when:
#F6F6F6 as page background (surface-base)#97CAEE for primary actions and focus states (accent)| Token | HEX | RGB | Usage |
|---|---|---|---|
surface-base | #F6F6F6 | rgb(246,246,246) | Page background |
surface-raised | #E5E5E4 | rgb(229,229,228) | Cards, modals, raised surfaces |
surface-overlay | #DFEFFE | rgb(223,239,254) | Overlays, tooltips, dropdowns |
text-primary | #5D686A | rgb(93,104,106) | Headings, body text |
text-2 | #3E3E3E | rgb(62,62,62) | Additional text |
text-tertiary | #505050 | rgb(80,80,80) | Additional text |
border-default | #EDEEEC | rgb(237,238,236) | Subtle borders, dividers |
accent | #97CAEE | rgb(151,202,238) | Primary actions, links, focus |
Inter as primary font family66px / 700 for primary headings16px / 500 for body texttext-balance for headings and text-pretty for body texttabular-nums for numeric data| Style | Font | Size | Weight | Color | Count |
|---|---|---|---|---|---|
heading-1 | Inter | 66px | 700 | #212121 | 1 |
text-29px | Inter | 29px | extra_bold | #292929 | 1 |
text-27px | Inter | 27px | 400 | #4D4D4D | 1 |
text-21px | Inter | 21px | 500 | #252525 | 1 |
text-19px | Inter | 19px | semi_bold | #333333 | 1 |
text-18px | Inter | 18px | semi_bold | #383838 | 1 |
text-18px | Inter | 18px | 400 | #4E4E4E | 1 |
body | Inter | 16px | 500 | #545454 | 1 |
body-secondary | Inter | 16px | 400 | #9B9B9B | 1 |
body-secondary | Inter | 15px | 400 | #5F5F5F | 2 |
Font Families:
Inter (used 33x)Font Sizes: 8px, 10px, 11px, 12px, 13px, 14px, 15px, 16px, 18px, 19px, 21px, 27px, 29px, 66px
Scale: 3px, 4px, 6px, 15px
h-screen, use h-dvh for full viewport heightsafe-area-inset for fixed elementssize-* for square elements instead of w-* + h-*0px height for input fields| Variant | Background | Text | Border | Height | Radius |
|---|---|---|---|---|---|
| Ghost | transparent | #767674 | none | - | - |
0px2px outline with accent color (#97CAEE)2px outline-offset#E5E5E4 background#E5E5E4 backgroundopacity: 0.5cursor: not-allowedAlertDialog for destructive or irreversible actionsinput or textarea elementsaria-label to icon-only buttonstransform, opacity)width, height, top, left, margin, padding)ease-out on entrance animations200ms for interaction feedbackprefers-reduced-motionblur() or backdrop-filter surfaceswill-change outside an active animationuseEffect for anything that can be expressed as render logic126714e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.