Stone Archive Quiet
Soft, weathered surfaces catching diffused light, the quiet texture of stone and woven fiber at rest.
Psychology
The achromatic palette with low saturation and moderate contrast creates visual quietude without harshness, allowing the eye to rest. The progression from dark to light anchors the composition with subtle depth, while the mid-tone lightness prevents both bleakness and excess brightness, triggering associations with refined restraint. This monochromatic harmony signals cohesion and order, psychologically supporting focus and contemplation rather than stimulation.
Usage
Strong choice for minimalist interior design, luxury packaging for artisanal goods, and editorial typography systems where readability and elegance matter equally. Works particularly well in architectural photography, linen and textile branding, and print collateral for design studios where sophisticated neutrality builds credibility. The moderate contrast supports web interfaces and print layouts that prioritize clarity without visual fatigue.
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,
#4d514d 0%,
#a6aaa5 33%,
#bfc3be 67%,
#7a7f7a 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #4d514d;
--color-gradient-2: #a6aaa5;
--color-gradient-3: #bfc3be;
--color-gradient-4: #7a7f7a;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #4d514d; --color-2: #a6aaa5; --color-3: #bfc3be; --color-4: #7a7f7a;
Hex values
#4d514d, #a6aaa5, #bfc3be, #7a7f7a
Building something? Get this palette via the REST API.