Golden Ember Glow Color Palette

Discover the beautiful Golden Ember Glow color palette featuring whiskey (#d99a6d), gold sand (#e7b78d), manhattan (#f3c89b), brandy punch (#d67d29) and paarl (#a85f2e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Warm, Bright, Earthy color palettes and combinations.

๐Ÿ’ก What You Can Do

ColorMagic makes it easy to:
  • โ€ขCopy precise HEX codes and RGB values for your designs
  • โ€ขAdjust its brightness, saturation, and warmth to create new variations
  • โ€ขPreview UI components to see how colors work in real interfaces
  • โ€ขCopy CSS code including background gradients and color variables
  • โ€ขDownload the palette
  • โ€ขShare your palette with team members and clients

๐ŸŽจ Preview UI Components

UI Examples

Explore beautiful UI components with Golden Ember Glow palette

Share this palette to:

๐Ÿ’ป Golden Ember Glow color palette CSS

/* CSS */
.color-1 {
color: #d99a6d;
}
.color-2 {
color: #e7b78d;
}
.color-3 {
color: #f3c89b;
}
.color-4 {
color: #d67d29;
}
.color-5 {
color: #a85f2e;
}

/* CSS Variables */
:root {
--color-1: #d99a6d;
--color-2: #e7b78d;
--color-3: #f3c89b;
--color-4: #d67d29;
--color-5: #a85f2e;
}

๐ŸŒˆ Golden Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d99a6d, #e7b78d, #f3c89b, #d67d29, #a85f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d99a6d, #e7b78d, #f3c89b, #d67d29, #a85f2e);
}

Golden Ember Glow color palette created on .