Apricot Linen Noon

Warm, softly diffused light filtering through natural linen, creating a gentle and inviting tactile atmosphere.

Colors

~Cotton Candy Comet#FAC6CB
~Fabulous Fawn#F2BDA4
~Cashew Nut#EACBAF
~Honey Bunny#D8BA88
~Cloud of Cream#F2E2C1

Psychology

The palette's warm orange and yellow hues activate feelings of comfort and approachability, while the very low contrast between adjacent colors prevents visual tension, supporting a sense of ease rather than demand. Muted saturation in each tone reinforces restraint and sophistication, allowing the warm temperature to feel grounded rather than overstimulating.

Usage

Ideal for artisanal bakery branding, natural skincare packaging, and interior design mood boards where warmth and gentleness are essential. Projects with low visual urgency benefit from this palette's soft presence, making it particularly suited to heritage craft websites, wellness retreat materials, and linen or textile product catalogs.

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,
    #fac6cb 0%,
    #f2bda4 25%,
    #eacbaf 50%,
    #d8ba88 75%,
    #f2e2c1 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #fac6cb;
  --color-gradient-2: #f2bda4;
  --color-gradient-3: #eacbaf;
  --color-gradient-4: #d8ba88;
  --color-gradient-5: #f2e2c1;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #fac6cb;
--color-2: #f2bda4;
--color-3: #eacbaf;
--color-4: #d8ba88;
--color-5: #f2e2c1;
Hex values
#fac6cb, #f2bda4, #eacbaf, #d8ba88, #f2e2c1

Building something? Get this palette via the REST API.

History

Similar palettes

Biscuit Porcelain Hour
Kiln Ember Dusk
Blackberry Bakery Noon
Velvet Bakery Rest
Abyssal Hearth
Terracotta Linen Rest
Linen Reverie Noon
Honeycomb Afternoon
Wheat Field Glow
Apricot Linen Noon — Color Palette | InstantGradient