Void & Vitality
Maximum contrast between deep shadow and luminous life, like bioluminescence cutting through ocean darkness.
Psychology
The high contrast between absolute black and vivid seaweed green creates visual tension that commands immediate attention, while the green's cool temperature prevents the palette from feeling aggressive or harsh. Black recedes into negative space, allowing the bright green to advance and dominate perception, leveraging the principle that high-chroma colors against achromatic neutrals maximize legibility and impact. Together, these create a sense of dynamic equilibrium, evoking both mystery and renewal.
Usage
Deploy this palette in tech startup branding, editorial design, and modern poster campaigns where stark contrast and visual punch are essential. The extreme lightness difference makes it ideal for interface design with accessibility requirements and print materials demanding immediate readability. Works exceptionally well for sustainability-focused packaging and environmental photography where the contrast symbolizes preservation of vital ecosystems.
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%,
#23d57c 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #000000;
--color-gradient-2: #23d57c;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #000000; --color-2: #23d57c;
Hex values
#000000, #23d57c
Building something? Get this palette via the REST API.
History
Similar palettes
Signal Meridian
Midnight Garden Edge
Jade Hour Glow
Frosted Meadow
Ink & Signal
Neon Pool Rush
Charcoal Spring Leaf
Neon Meadow Rise
Void & Verdant