UI Design System
Wrytix UI Guideline
v1.0
Official design guideline for the main website and Tools subdomain. One font family, consistent tokens, two typography scales.
1
Logo
Logo
Four logo variants for different contexts. Always use original files — never redraw, recolor, or distort.



Primary (PNG)
https://wrytix.com/wp-content/uploads/2026/02/wrytix-logo.pngAlternative (PNG)
https://wrytix.com/wp-content/uploads/2026/02/wrytix-logo-3.pngOn Dark (PNG)
https://wrytix.com/wp-content/uploads/2026/02/wrytix-logo-2.pngVector (SVG)
https://wrytix.com/wp-content/uploads/2026/02/wrytix-logo-1.svg
Use the SVG variant whenever possible — it scales perfectly at any resolution. Fall back to PNG only when SVG is not supported. Use the dark variant exclusively on dark or image backgrounds.
2
Color System
Color System
All color tokens. Use CSS variables throughout the codebase for consistency and easy theming.
| Token | HEX | Swatch | Usage |
|---|---|---|---|
| Primary | |||
| Primary 600 | #046BD2 | Main accent, buttons, links | |
| Primary 700 | #0058BB | Hover & active states | |
| Text 900 | #1E293B | Main body text | |
| Primary Gradient — Hero / Special CTA only | |||
| Gradient | #046BD2 → #6067CB | linear-gradient(90deg, #046BD2, #6067CB) |
|
| Neutrals | |||
| Background | #F8FAFC | Page background | |
| Surface | #FFFFFF | Cards, modals, inputs | |
| Border | #E2E8F0 | All borders & dividers | |
| Text muted | #64748B | Secondary text, descriptions | |
| Placeholder / Disabled | #94A3B8 | Placeholders, disabled states | |
| Subtle bg | #F1F5F9 | Section backgrounds, table rows | |
| Accent subtle bg | #EEF2FF | Chips, outline hover, badges | |
| Accent (optional) | |||
| Pink 500 | #EC4899 | Secondary buttons, accents | |
| Pink 600 | #DB2777 | Hover state for Pink 500 | |
| Status | |||
| Success | #16A34A | Confirmations, success states | |
| Warning | #F59E0B | Warnings, caution | |
| Error | #EF4444 | Errors, destructive actions | |
| Info | #0EA5E9 | Informational messages | |
Success
#16A34A
Warning
#F59E0B
Error
#EF4444
Info
#0EA5E9
3
Typography Scale
Typography Scale
One font family across both contexts, two separate scales. Never mix scales between main site and Tools subdomain.
Aa
400 Regular
Aa
600 Semibold
Aa
700 Bold
A — Main Site · Content-first
H1 Heading
28px / 700
H2 Section
24px / 700
H3 Sub-section
22px / 700
H4 Block
21px / 700
H5 Sub-block
20px / 700
H6 Minimal
18px / 700
Body text of the page
18px / 400 / 1.6
SECTION LABEL
14–15px / 700
UI / body text
14–16px / 400
B — Tools Subdomain · UI-compact
H1 Heading
24px / 700
H2 Section
20px / 700
H3 Sub-section
18px / 700
Base UI / body text
16px / 400 / 1.5
Helper / muted text
14px / 400
Caption / meta info
12–13px / 400
SECTION LABEL
12–13px / 700
Weight usage rules
Regular 400 — body text, descriptions
Semibold 600 — buttons, key UI actions
Bold 700 — headings, section labels
5
Spacing & Shape
Spacing & Shape
Base spacing scale and border-radius tokens. Stick to the scale — avoid arbitrary values.
Spacing Scale
4
4px
8
8px
12
12px
16
16px
24
24px
32
32px
48
48px
Border Radius
Inputs
12–14px
Cards
16px
Buttons
999px (pill)
Border Color
Single border color for all dividers, card edges, and input borders:
#E2E8F0