Obsidian Spring

The sharp clarity of fresh mint leaf against deep shadow, where light cuts through darkness with cool precision.

Colors

~Black#000000
~Mint Bliss#8CFFB3

Tags

Psychology

The extreme contrast between black and vivid mint creates immediate visual tension, commanding attention while the cool green hue softens the severity of pure black. Black grounds and anchors the composition, while the bright mint recedes slightly, following cool color recession principles. Together, they establish a crisp, contemporary dynamic that feels both calming in its clarity and energizing in its vividness.

Usage

This palette excels in minimalist tech branding, digital product interfaces, and sustainable lifestyle packaging where high contrast ensures readability while the mint suggests growth and freshness. Projects requiring stark visual impact with approachable warmth benefit from this combination, particularly in wellness app design and eco-conscious fashion lookbooks where the pairing conveys both sophistication and natural vitality.
Editorial layouts, architectural visualization, and premium beauty product packaging leverage the palette's dramatic contrast to create visual hierarchy without requiring additional colors.

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

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

Building something? Get this palette via the REST API.

History

Similar palettes

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