Ink Well Passage

The quiet depth of pressed ink, where light barely touches, holding softness within shadow.

Colors

~Stargazing#35383B
~Satin Deep Black#16181B
~Satin Deep Black#1A1C1F
~Black Metal#050505
~Black Panther#3D3D3D

Tags

Psychology

This palette's monochromatic achromatic range creates visual quietude by eliminating chromatic competition, allowing viewers to rest without visual strain. The extremely low contrast between colors reinforces calm and introspection, as slight tonal variations demand closer attention rather than immediate recognition. The dark lightness profile evokes the psychological weight associated with night, depth, and containment, triggering associations with mystery and focus rather than unease.

Usage

Ideal for luxury packaging design, editorial typography, and minimalist tech interfaces where restrained visual language communicates sophistication. Projects requiring ambient branding, fine art photography, and high-end hospitality materials benefit from the palette's ability to suggest elegance through restraint rather than decoration. The soft, low-contrast character suits meditation app interfaces, upscale jewelry catalogs, and leather goods branding where understatement conveys premium quality.

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,
    #35383b 0%,
    #16181b 25%,
    #1a1c1f 50%,
    #050505 75%,
    #3d3d3d 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #35383b;
  --color-gradient-2: #16181b;
  --color-gradient-3: #1a1c1f;
  --color-gradient-4: #050505;
  --color-gradient-5: #3d3d3d;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #35383b;
--color-2: #16181b;
--color-3: #1a1c1f;
--color-4: #050505;
--color-5: #3d3d3d;
Hex values
#35383b, #16181b, #1a1c1f, #050505, #3d3d3d

Building something? Get this palette via the REST API.

History

Ink Well Passage — Color Palette | InstantGradient