Honeyed Linen Hour

Warm, muted tones layered like aged linen and dried grasses, soft and approachable without contrast.

Colors

~Vinaceous#F49C96
~Les Demoiselles d’Avignon#DB9F7B
~Cane Sugar#DDBB8B
~Paved With Gold#E6D27E
~Around the Gills#A5B97C

Psychology

The palette relies on low chromatic saturation across warm yellow and red families to evoke restraint and approachability rather than urgency. The gradual shift from peachy reds through golden yellows to muted green creates gentle forward motion without visual strain, while the final cool accent provides subtle grounding without disrupting the overall warmth. This combination signals trustworthiness and comfort, activating responses associated with natural materials and time-worn spaces.

Usage

Ideal for artisanal food packaging, wellness brand identities, and editorial layouts where calm visual hierarchy is essential. Projects requiring low-contrast, long-form reading benefit from the palette's soft transitions, while its warm earthiness suits heritage textile branding and natural product documentation. The muted saturation communicates authenticity and craftsmanship across print, packaging, and digital applications.

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,
    #f49c96 0%,
    #db9f7b 25%,
    #ddbb8b 50%,
    #e6d27e 75%,
    #a5b97c 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #f49c96;
  --color-gradient-2: #db9f7b;
  --color-gradient-3: #ddbb8b;
  --color-gradient-4: #e6d27e;
  --color-gradient-5: #a5b97c;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #f49c96;
--color-2: #db9f7b;
--color-3: #ddbb8b;
--color-4: #e6d27e;
--color-5: #a5b97c;
Hex values
#f49c96, #db9f7b, #ddbb8b, #e6d27e, #a5b97c

Building something? Get this palette via the REST API.

History

Similar palettes

Wheat Field Glow
Celadon Reverie
Caramel Linen Hour
Warm Linen Bakery
Kiln Ember Dusk
Terracotta Greenhouse Rest
Biscuit Porcelain Hour
Terracotta Linen Rest
Honey Toast Dawn
Honeyed Linen Hour — Color Palette | InstantGradient