Pavement Noir Study
A stark, textured grayscale evoking polished stone surfaces under diffused light, where depth emerges through tonal restraint.
Psychology
Black and mid-gray in achromatic harmony create maximum visual contrast while maintaining a composed, non-threatening presence. The absence of chromatic information channels attention purely through value relationships, producing a grounding effect that feels authoritative yet restrained. This monochromatic structure signals professionalism and clarity without emotional temperature, making the palette read as composed and deliberate rather than energetic or warm.
Usage
Ideal for luxury branding systems, editorial typography layouts, and architectural photography where high contrast and neutral tone support sophisticated messaging. The soft mood paired with stark contrast works particularly well in minimalist packaging design, corporate identity standards, and high-end print collateral where restraint conveys quality. Projects requiring legibility without visual noise benefit from this palette's tonal separation and monochromatic discipline.
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%,
#707070 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #000000;
--color-gradient-2: #707070;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #000000; --color-2: #707070;
Hex values
#000000, #707070
Building something? Get this palette via the REST API.