Obsidian Orchard

Sharp shadows meet luminous spring growth, a tension of deep night against electric botanical awakening.

Colors

~Sooty#141414
~Celery Mousse#C7FC7A
~Lucius Lilac#B6A5D3

Psychology

The extreme contrast between near-black and vivid yellow-green creates visual tension that commands attention, while the muted purple bridge softens the shock and prevents harsh discord. Cool greens and purples naturally recede, but the high saturation of the celery tone advances, producing a dynamic push-pull effect that engages the viewer's eye. This combination activates complementary harmony principles, generating energy without aggression due to the purple's neutrality acting as a visual anchor.

Usage

Strong candidates include eco-friendly tech branding, botanical illustration editorials, and contemporary art gallery identities where high contrast and nature-forward energy drive engagement. The palette excels in applications requiring visual punch within refined, modern contexts: cosmetic or wellness packaging, design publication covers, and digital product interfaces benefit from its ability to command attention while maintaining sophistication. The cool temperature and mixed lightness profile support both dark-mode UI design and print collateral for sustainable or innovation-focused brands.

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

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

Building something? Get this palette via the REST API.

History

Similar palettes

Jade Hour Glow
Frosted Lavender Drift
Linen Morning
Lavender Milk Hour
Twilight Alchemy
Neon Bloom Dusk
Electric Dusk
Velvet Midnight Garden
Neon Descent Study