Ship to the web like royalty. A crown-forward identity for the build & deploy platform behind Duff Cloud Services — geometric, high-contrast, and engineered for dark and light alike.
The mark is a flat, geometric crown — sharp enough to read at 16px, regal enough to anchor the wordmark. Gold is the default fill. The 8 in the wordmark always carries a gold tie-in to the crown.
Keep one crown-width of clearspace on every side. Minimum mark size is 16px; minimum lockup height is 20px.
Gold is the brand constant and the shadcn primary. Red is the accent and maps to destructive. Neutrals are warm with near-zero chroma so gold always feels like the warm voice in the room. Every value is authored in oklch.
Space Grotesk gives the brand its geometric, slightly technical character. Geist keeps product UI neutral and legible. Geist Mono labels everything that's code, config, or a token.
Headlines, the wordmark, hero numerals.
aA bB cC · 0123456789
Body copy, controls, navigation.
aA bB cC · 0123456789
Tokens, code, eyebrows, metadata.
aA bB cC · 0123456789
The full token set lives in the theme's tailwind.css — semantic variables in :root and .dark, exposed to utilities via @theme inline. Replace your shadcn globals and the whole UI re-skins.
@import "tailwindcss"; @custom-variant dark (&:is(.dark *)); :root { --radius: 0.625rem; --background: oklch(0.992 0.002 90); --foreground: oklch(0.175 0.004 76); --primary: oklch(0.779 0.146 85); /* gold */ --destructive: oklch(0.631 0.221 27); /* red */ --ring: oklch(0.779 0.146 85); } .dark { --background: oklch(0.145 0.004 75); --primary: oklch(0.818 0.128 86); } @theme inline { --color-primary: var(--primary); --font-display: "Space Grotesk", sans-serif; --font-sans: "Geist", system-ui, sans-serif; --font-mono: "Geist Mono", monospace; }