Cockpit Command
Crisp black ink meeting cool sky light, a palette of sharp focus and calm authority in high contrast.
Psychology
The achromatic black anchors visual hierarchy with weight and formality, while the moderate blue introduces calm without warmth, creating psychological distance through cool temperature. High contrast between these two activates attention and legibility, a principle leveraged in wayfinding and data visualization where clarity demands focus. Together they evoke institutional trust and technical precision rather than emotion.
Usage
Ideal for tech startup branding, financial dashboards, and editorial typography where contrast ensures readability across small and large scales. Works effectively in SaaS interfaces, corporate identity systems, and print collateral where a cool, professional mood outweighs warmth. The palette's minimal character suits minimalist web design and architectural photography portfolios that prioritize clarity and restraint.
Code
CSS Gradient
/* CSS gradient approximation of mesh gradient */
/* Note: This is a linear approximation. For the full animated mesh effect, use the React/JS export. */
background: linear-gradient(
90deg,
#000000 0%,
#2b65b1 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #000000;
--color-gradient-2: #2b65b1;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #000000; --color-2: #2b65b1;
Hex values
#000000, #2b65b1
Building something? Get this palette via the REST API.
History
Similar palettes
Jade Hour Glow
Electric Dusk
Midnight Pool Glow
Neon Descent Study
Frosted Periwinkle Pool
Sapphire Vault Dawn
Abyssal Hearth
Twilight Alchemy
Neon Bloom Dusk