Cold Autumn Forest Grunge Color Palette

Discover the beautiful Cold Autumn Forest Grunge color palette featuring kelp (#52543b), lunar green (#3c4139), heavy metal (#2c2c26), log cabin (#1f1f19) and abbey (#4c5057).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Earthy, Gray, Green, Black, Neutral, Deep, Muted, Modern, Masculine 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 Cold Autumn Forest Grunge palette

Share this palette to:

💻 Cold Autumn Forest Grunge color palette CSS

/* CSS */
.color-1 {
color: #52543b;
}
.color-2 {
color: #3c4139;
}
.color-3 {
color: #2c2c26;
}
.color-4 {
color: #1f1f19;
}
.color-5 {
color: #4c5057;
}

/* CSS Variables */
:root {
--color-1: #52543b;
--color-2: #3c4139;
--color-3: #2c2c26;
--color-4: #1f1f19;
--color-5: #4c5057;
}

🌈 Cold Autumn Forest Grunge background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #52543b, #3c4139, #2c2c26, #1f1f19, #4c5057);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #52543b, #3c4139, #2c2c26, #1f1f19, #4c5057);
}

Cold Autumn Forest Grunge color palette created on .