Dark Mysterious Forest Color Palette
Discover the beautiful Dark Mysterious Forest color palette featuring everglade (#1b3c2a), killarney (#3b5e45), laurel (#6a906c), sprout (#b8d6a8) and double colonial white (#f0e4b2).
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 Dark Mysterious Forest palette
💻 Dark Mysterious Forest color palette CSS
/* CSS */
.color-1 {
color: #1b3c2a;
}
.color-2 {
color: #3b5e45;
}
.color-3 {
color: #6a906c;
}
.color-4 {
color: #b8d6a8;
}
.color-5 {
color: #f0e4b2;
}
/* CSS Variables */
:root {
--color-1: #1b3c2a;
--color-2: #3b5e45;
--color-3: #6a906c;
--color-4: #b8d6a8;
--color-5: #f0e4b2;
} 🌈 Dark Mysterious Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b3c2a, #3b5e45, #6a906c, #b8d6a8, #f0e4b2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b3c2a, #3b5e45, #6a906c, #b8d6a8, #f0e4b2);
} 🔗 Explore similar color palettes
Dark Mysterious Forest color palette created on .