Sad Grunge Forest Color Palette
Discover the beautiful Sad Grunge Forest color palette featuring olive drab (#6b8f24), nandor (#4c5d4e), rangitoto (#3b402b), mine shaft (#2e2e2e) and silver chalice (#b0b0b0).
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 Sad Grunge Forest palette
💻 Sad Grunge Forest color palette CSS
/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #4c5d4e;
}
.color-3 {
color: #3b402b;
}
.color-4 {
color: #2e2e2e;
}
.color-5 {
color: #b0b0b0;
}
/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #4c5d4e;
--color-3: #3b402b;
--color-4: #2e2e2e;
--color-5: #b0b0b0;
} 🌈 Sad Grunge Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #4c5d4e, #3b402b, #2e2e2e, #b0b0b0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #4c5d4e, #3b402b, #2e2e2e, #b0b0b0);
} 🔗 Explore similar color palettes
Sad Grunge Forest color palette created on .