Kiln Garden Glow

Warm earthen tones glowing softly, like embers banked in clay, with a bright verdant accent threading through.

Colors

~Enchanted Emerald#89D38F
~Brass#B9A53A
~Polished Bronze#CB7B36
~Cedar Chest#C95C4A
~Kabuki#A63B3E

Tags

Psychology

The palette layers warm red-orange dominance with a strategic cool green anchor, creating visual breathing room without sacrificing warmth. This low-contrast triadic structure reads as confident rather than jarring, as all hues sit at similar lightness levels, producing a unified, approachable boldness. The earthy reds and golds evoke comfort and tradition, while the emerald restrains sentimentality and adds sophistication.

Usage

Ideal for artisanal food branding, natural skincare packaging, and heritage craft websites where warmth signals authenticity without appearing aggressive. The low contrast and light profile suit projects requiring sustained visual engagement, such as editorial layouts and product photography, where bold mood matters more than high impact. Works exceptionally well for autumn-themed hospitality design and handmade textile marketing.

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,
    #89d38f 0%,
    #b9a53a 25%,
    #cb7b36 50%,
    #c95c4a 75%,
    #a63b3e 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #89d38f;
  --color-gradient-2: #b9a53a;
  --color-gradient-3: #cb7b36;
  --color-gradient-4: #c95c4a;
  --color-gradient-5: #a63b3e;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #89d38f;
--color-2: #b9a53a;
--color-3: #cb7b36;
--color-4: #c95c4a;
--color-5: #a63b3e;
Hex values
#89d38f, #b9a53a, #cb7b36, #c95c4a, #a63b3e

Building something? Get this palette via the REST API.

History

Similar palettes

Caramel Linen Hour
Wheat Field Glow
Celadon Reverie
Warm Linen Bakery
Biscuit Porcelain Hour
Terracotta Linen Rest
Abyssal Hearth
Flamingo Hour
Terracotta Sunrise
Kiln Garden Glow — Color Palette | InstantGradient