Candied Flame

Warm light pressing through translucent fabric, glowing with the soft intensity of low embers and honeyed air.

Colors

~Apple Cherry#FA0000
~Golden Blood#FF1F57
~Extreme Carrot#FF6D2E
~Pinky#FF809F
~Torchlight#FFC685

Psychology

The dominant red-to-orange family with progressively lighter values creates a sense of advancing warmth without aggressive contrast, evoking comfort rather than alarm. The analogous harmony and low chroma saturation in the lighter tones trigger associations with natural heat sources, honey, and skin tones, which psychologically signal approachability and safety. This combination bypasses high-energy overstimulation while maintaining visual presence, making viewers linger rather than react.

Usage

Effective for artisanal cosmetics packaging, handwoven textile branding, and wellness product lines where warmth signals natural ingredients and care. Works well for editorial photography styling and fashion lookbooks seeking a harmonious, inviting mood without stark contrast that would demand attention. The light saturation and warm temperature make it ideal for hospitality menus and interior accents where the goal is comfort, invitation, and subtle sophistication.

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,
    #fa0000 0%,
    #ff1f57 25%,
    #ff6d2e 50%,
    #ff809f 75%,
    #ffc685 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #fa0000;
  --color-gradient-2: #ff1f57;
  --color-gradient-3: #ff6d2e;
  --color-gradient-4: #ff809f;
  --color-gradient-5: #ffc685;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #fa0000;
--color-2: #ff1f57;
--color-3: #ff6d2e;
--color-4: #ff809f;
--color-5: #ffc685;
Hex values
#fa0000, #ff1f57, #ff6d2e, #ff809f, #ffc685

Building something? Get this palette via the REST API.

History

Similar palettes

Honeycomb Afternoon
Kiln Ember Dusk
Pastel Lagoon
Linen Bakery Morning
Biscuit Porcelain Hour
Wheat & Clover Dawn
Flamingo Hour
Ember & Cream
Cotton Candy Dawn