Void & Daybreak

The crisp stillness of deep shadow meeting pale morning sky, quiet and luminous at once.

Psychology

Black and light sky blue create stark visual separation that commands attention without aggression, a hallmark of high-contrast minimalism. The cool temperature of the blue tempers the psychological weight of black, preventing heaviness while the blue's moderate saturation maintains softness over intensity. Together they evoke precision and calm rather than drama, leveraging achromatic and cool-blue harmony to establish trust and clarity.

Usage

Ideal for minimalist tech interfaces, luxury branding with restraint, and editorial photography layouts where negative space and breathing room matter. Projects requiring high legibility without visual noise, such as medical or financial dashboards and portfolio websites, benefit from this palette's contrast clarity and cool restraint. The soft quality also works well for wellness app design and sustainable fashion branding seeking sophistication without warmth.

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%,
    #7dd3fc 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #000000;
  --color-gradient-2: #7dd3fc;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #000000;
--color-2: #7dd3fc;
Hex values
#000000, #7dd3fc

Building something? Get this palette via the REST API.

History

Similar palettes

Coastal Linen Study
Porcelain Depth Study
Frosted Periwinkle Pool
Deep Water Study
Slate & Honey Hour
Midnight Pool Glow
Slate Reverie Hour
Coastal Depths Morning
Sapphire Vault Dawn