Brick Fade Study

Warm reds softening into cream, like brick walls catching diffused afternoon light through linen curtains.

Colors

~Blood Donor#E22C2C
~Devil’s Advocate#DB5757
~Cosy Summer Sunset#E59A9A
~Soft Blush#F8C9C9
~White#FFFFFF

Tags

Psychology

The warm red family creates visual weight and draws attention, while the progression toward white introduces sequential lightness that prevents intensity from feeling aggressive. Low saturation in the lighter tones and the monochromatic harmony signal tranquility and restraint, offsetting the inherent energy of red hues, producing a balanced emotional response that feels both grounded and approachable.

Usage

Effective for artisanal pottery and ceramics branding, vintage textile packaging, and heritage craft retail environments where warmth and nostalgia are central to brand identity. The moderate contrast and soft transitions work particularly well in print collateral and interior design schemes that need to evoke comfort without aggression, from heritage hotel identities to small-batch food packaging.

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,
    #e22c2c 0%,
    #db5757 25%,
    #e59a9a 50%,
    #f8c9c9 75%,
    #ffffff 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #e22c2c;
  --color-gradient-2: #db5757;
  --color-gradient-3: #e59a9a;
  --color-gradient-4: #f8c9c9;
  --color-gradient-5: #ffffff;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #e22c2c;
--color-2: #db5757;
--color-3: #e59a9a;
--color-4: #f8c9c9;
--color-5: #ffffff;
Hex values
#e22c2c, #db5757, #e59a9a, #f8c9c9, #ffffff

Building something? Get this palette via the REST API.

History

Similar palettes

Velvet Ember Dusk
Biscuit Porcelain Hour
Wheat & Clover Dawn
Pastel Lagoon
Honeycomb Afternoon
Linen Bakery Morning
Brick Kiln Glow
Flamingo Hour
Sorbet Afternoon