Gloomy Forest Color Palette
Discover the beautiful Gloomy Forest color palette featuring axolotl (#496e4d), laurel (#6f8c6e), swamp green (#9dbf8d), sprout (#c2d9a6) and ecru white (#f0f4e6).
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 Gloomy Forest palette
💻 Gloomy Forest color palette CSS
/* CSS */
.color-1 {
color: #496e4d;
}
.color-2 {
color: #6f8c6e;
}
.color-3 {
color: #9dbf8d;
}
.color-4 {
color: #c2d9a6;
}
.color-5 {
color: #f0f4e6;
}
/* CSS Variables */
:root {
--color-1: #496e4d;
--color-2: #6f8c6e;
--color-3: #9dbf8d;
--color-4: #c2d9a6;
--color-5: #f0f4e6;
} 🌈 Gloomy Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496e4d, #6f8c6e, #9dbf8d, #c2d9a6, #f0f4e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496e4d, #6f8c6e, #9dbf8d, #c2d9a6, #f0f4e6);
} 🔗 Explore similar color palettes
Gloomy Forest color palette created on .