Parchment Void Study
The quietude of aged paper meeting the weight of absolute darkness, a study in restraint and shadow.
Psychology
Three near-identical warm neutrals create visual calm through sameness, while the pure black introduces high contrast that grounds and commands attention without aggression. The soft, desaturated tones evoke natural fiber and paper, triggering associations with craftsmanship and time, while the stark black anchor prevents the palette from feeling washed out or indecisive.
Usage
Ideal for fine art book design, minimal product packaging for luxury goods, and editorial typography layouts where restraint signals sophistication. Projects requiring elegant simplicity with dramatic punctuation benefit from the palette's ability to create hierarchy through extreme contrast while maintaining a soft, considered aesthetic.
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,
#e4dfd9 0%,
#f7f5f3 33%,
#eeebe7 67%,
#000000 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #e4dfd9;
--color-gradient-2: #f7f5f3;
--color-gradient-3: #eeebe7;
--color-gradient-4: #000000;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #e4dfd9; --color-2: #f7f5f3; --color-3: #eeebe7; --color-4: #000000;
Hex values
#e4dfd9, #f7f5f3, #eeebe7, #000000
Building something? Get this palette via the REST API.