Marshmallow Hearth

Soft cream and dusty pink tones that feel like warm linen dried in afternoon sunlight, wrapped in delicate sweetness.

Colors

~Lighthouse#F1F4F2
~Sugar Glaze#FFF0E0
~Girlie#FFD1D1
~Rock’n’Rose#FF8FA3

Tags

Psychology

The analogous harmony of warm yellows shifting into muted pinks creates visual continuity without tension, while the low chroma across all four colors signals calmness and restraint rather than urgency. Warm hues naturally advance and evoke comfort, yet the very light values prevent any visual heaviness, allowing the palette to feel simultaneously approachable and refined. This combination triggers associations with delicate, handmade, or artisanal contexts where softness is a design virtue.

Usage

Ideal for organic beauty packaging, artisanal bakery branding, and linen fabric collections where softness and warmth communicate heritage and care. Projects requiring subtle sophistication without visual aggression, such as wellness app interfaces, luxury stationery, and fashion lookbooks, benefit from the palette's low-contrast, inviting character. The warm lightness works particularly well in contexts where customers expect gentleness: children's book illustration, botanical print design, and home textile 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,
    #f1f4f2 0%,
    #fff0e0 33%,
    #ffd1d1 67%,
    #ff8fa3 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #f1f4f2;
  --color-gradient-2: #fff0e0;
  --color-gradient-3: #ffd1d1;
  --color-gradient-4: #ff8fa3;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #f1f4f2;
--color-2: #fff0e0;
--color-3: #ffd1d1;
--color-4: #ff8fa3;
Hex values
#f1f4f2, #fff0e0, #ffd1d1, #ff8fa3

Building something? Get this palette via the REST API.

History

Similar palettes

Peach Linen Morning
Pastel Lagoon
Butter Meadow Soft
Cotton Candy Dawn
Linen Bakery Morning
Biscuit Porcelain Hour
Velvet Bakery Rest
Wheat & Clover Dawn
Honeycomb Afternoon