Charcoal Spring Leaf

The sharp clarity of fresh growth against deep stillness, where light cuts through shadow with crisp botanical precision.

Colors

~Black#000000
~Jubilant Meadow#74B71B

Tags

Psychology

Black provides maximum contrast and visual anchoring, while the vivid green (#74b71b) advances forward with high saturation, creating immediate visual hierarchy. The cool green's botanical vitality against the absolute darkness of black establishes tension that reads as fresh and alert rather than somber. This pairing leverages extreme contrast to command attention while the green's lightness prevents the darkness from feeling oppressive.

Usage

Ideal for tech startup branding, editorial design, and sustainable product packaging where the high contrast ensures legibility and the green conveys growth or innovation. The palette excels in print collateral and web interfaces requiring bold hierarchy without warmth, and works particularly well for environmental nonprofit campaigns or organic certification marks that need to communicate clarity and natural authority.

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

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

Building something? Get this palette via the REST API.

History

Similar palettes

Jade Hour Glow
Ink & Signal
Frosted Meadow
Celadon Threshold
Signal Meridian
Chalk Garden Bloom
Shallow Waters
Frosted Lavender Drift
Moss Shallow Study