Void & Verdant

Sharp contrast between deep shadow and luminous freshness, like cool spring water meeting polished obsidian.

Colors

~Black#000000
~Onsen#6EE7A8

Tags

Psychology

The extreme contrast between absolute black and vivid mint green creates immediate visual tension that demands attention, while the cool temperature of the green prevents the darkness from feeling oppressive. Black anchors the palette with authority and neutrality, while the saturated green advances forward, triggering associations with renewal and vitality. This pairing leverages high contrast principles to establish clear visual hierarchy without relying on warm tones.

Usage

Ideal for tech startup branding, wellness app interfaces, and sustainable product packaging where clarity and contemporary sophistication are essential. Projects requiring bold visual impact with minimal color benefit from this palette's stark geometry and high legibility. Works particularly well for editorial design, digital signage, and luxury minimalist contexts that demand drama without visual noise.

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

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

Building something? Get this palette via the REST API.

History

Similar palettes

Obsidian Spring
Charcoal Spring Leaf
Midnight Garden Edge
Jade Hour Glow
Frosted Meadow
Ink & Signal
Neon Meadow Rise
Shallow Waters
Mint Aqua Whisper