Cold Autumn Forest Grunge Color Palette
Discover the beautiful Cold Autumn Forest Grunge color palette featuring kelp (#53553c), lunar green (#3b4138), tuatara (#2d2d27), log cabin (#1f1f19) and abbey (#4d5158).
Brightness
Saturation
Warmth
💡 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
💻 Cold Autumn Forest Grunge color palette CSS
/* CSS */
.color-1 {
color: #53553c;
}
.color-2 {
color: #3b4138;
}
.color-3 {
color: #2d2d27;
}
.color-4 {
color: #1f1f19;
}
.color-5 {
color: #4d5158;
}
/* CSS Variables */
:root {
--color-1: #53553c;
--color-2: #3b4138;
--color-3: #2d2d27;
--color-4: #1f1f19;
--color-5: #4d5158;
} 🌈 Cold Autumn Forest Grunge background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #53553c, #3b4138, #2d2d27, #1f1f19, #4d5158);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #53553c, #3b4138, #2d2d27, #1f1f19, #4d5158);
} 🔗 Explore similar color palettes
Cold Autumn Forest Grunge color palette created on .