Misty Forest Shadows Color Palette
Discover the beautiful Misty Forest Shadows color palette featuring gull gray (#a4b4bd), rolling stone (#707678), fuscous gray (#585748), kelp (#44472f) and congo brown (#5f3538).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Earthy, Minimalist, Muted, Rustic 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 Misty Forest Shadows palette
💻 Misty Forest Shadows color palette CSS
/* CSS */
.color-1 {
color: #a4b4bd;
}
.color-2 {
color: #707678;
}
.color-3 {
color: #585748;
}
.color-4 {
color: #44472f;
}
.color-5 {
color: #5f3538;
}
/* CSS Variables */
:root {
--color-1: #a4b4bd;
--color-2: #707678;
--color-3: #585748;
--color-4: #44472f;
--color-5: #5f3538;
} 🌈 Misty Forest Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4b4bd, #707678, #585748, #44472f, #5f3538);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4b4bd, #707678, #585748, #44472f, #5f3538);
} 🔗 Explore similar color palettes
Misty Forest Shadows color palette created on .