Design Bible
& System
Apple-quality glassmorphism. Day & night modes. 40 apps, one DNA. Every token, rule, and component you need to build fast and stay consistent.
Day & Night Modes
Not a color flip — a full surface recalibration. Toggle the button above to feel it live.
Token Mapping — Night vs Day
| Token | Night | Day | Note |
|---|---|---|---|
| --bg-base | #0C1C30 | #E8EDF5 | Dimmed ↔ Brightened |
| --glass-ultra | white/6% | white/72% | Dark thin → Light milky |
| --text-body | white/72% | black/60% | Half-white feel, both modes |
| --text-primary | white/100% | black/88% | Max contrast for headings |
| --amber | #D87D09 | #D87D09 | 🔒 Never changes |
| --blur | blur(20px) | blur(20px) | 🔒 Never changes |
Color System
Immutable amber. Adaptive surfaces. White-alpha text — never hex greys.
Text Hierarchy — White Alpha (not hex slate)
Type System
Three fonts. Poppins for headings, Outfit for UI text, mono for data.
Input System
16px minimum prevents iOS zoom. Correct inputmode gives the right keyboard every time — number pad for amounts, @ for email, decimal for rates.
Component Library
Build once in @camel-ui. Import everywhere. Never rewrite from scratch.
Your data is safe. This section couldn't render.
Animation System
Controlled. Spring-based. Premium = less motion, done perfectly. Hover the cards below.
Product Accent System
Amber is the brand. Secondary accent is each app's personality. Related but distinct.
Chart System
<AreaChart> fill: #D87D09 @ 20% opacity stroke: #D87D09 strokeWidth: 2.5 type: "monotone" // No CartesianGrid // Tooltip: glass card </AreaChart>
Tailwind + CSS Tokens
Copy these into every new app untouched.
The 50-Rule Checklist
Copy to every new app. Tick as you build. Click to toggle.