Soot & Ember Rest

The quiet depth of unlit stone, where shadows hold barely perceptible warmth beneath their surface.

Colors

~Raven#0B0A09
~Dreamless Sleep#110F0E
~King Kong#161412

Tags

Psychology

These three near-blacks exist in monochromatic restraint, each barely distinguishable from the next, which creates a calming effect through minimal cognitive demand. The achromatic neutrality with subtle warm undertones evokes quiet introspection rather than drama, since low contrast and low chroma trigger psychological association with rest and introspection. The barely-there tonal shifts suggest depth without tension, following the principle that subtle variation in neutrals registers as contemplative rather than stark.

Usage

This palette excels for luxury minimalist branding, high-end editorial layouts, and fine art photography books where restraint and sophistication matter more than visual punch. Projects requiring atmospheric depth without distraction, such as architectural portfolios, artisanal publishing, or boutique fashion lookbooks, benefit from the palette's ability to recede and let imagery or typography lead. The very low contrast also works well for texture-forward packaging and interior design mood boards where material tactility speaks louder than color.

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

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #0b0a09;
--color-2: #110f0e;
--color-3: #161412;
Hex values
#0b0a09, #110f0e, #161412

Building something? Get this palette via the REST API.

History

Soot & Ember Rest — Color Palette | InstantGradient