"Forest Ember Glow" Color Palette

Discover the beautiful "Forest Ember Glow" color palette featuring luxor gold (#a1802b), killarney (#36723f), japanese laurel (#007a00), kelp (#444639) and monza (#db0007).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withVibrant, Rustic, Autumn 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 "Forest Ember Glow" palette

Share this palette to:

💻 "Forest Ember Glow" color palette CSS

/* CSS */
.color-1 {
color: #a1802b;
}
.color-2 {
color: #36723f;
}
.color-3 {
color: #007a00;
}
.color-4 {
color: #444639;
}
.color-5 {
color: #db0007;
}

/* CSS Variables */
:root {
--color-1: #a1802b;
--color-2: #36723f;
--color-3: #007a00;
--color-4: #444639;
--color-5: #db0007;
}

🌈 "Forest Ember Glow" background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1802b, #36723f, #007a00, #444639, #db0007);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1802b, #36723f, #007a00, #444639, #db0007);
}

"Forest Ember Glow" color palette created on .