Neon Charcoal Morning

Luminous green glows against near-black, creating sharp contrast with the clarity of electric light meeting deep shadow.

Colors

~Celery Mousse#C7FC7A
~Sooty#141414

Psychology

The vivid, light green of Celery Mousse activates visual attention and evokes growth and vitality, while Sooty's extreme darkness creates a high-contrast anchor that prevents the palette from feeling frivolous. High contrast between cool-green and neutral-black triggers immediate legibility and visual pop, a principle leveraged in warning systems and high-stakes interfaces. The cool green advances perceptually while the black recedes, creating spatial depth and directing viewer focus with precision.

Usage

Tech product interfaces, neon signage design, and editorial covers leverage this palette's electric clarity and stark drama. Sustainable brand identities, minimalist app design, and poster campaigns benefit from the high contrast and modern edge. Projects requiring immediate visual impact and contemporary sophistication thrive with this combination's graphic intensity.

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

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

Building something? Get this palette via the REST API.

History

Similar palettes

Midnight Garden Edge
Jade Hour Glow
Frosted Meadow
Signal Meridian
Charcoal Spring Leaf
Neon Meadow Rise
Void & Verdant
Obsidian Spring
Glacial Tide Morning