Mystic Forest Color Palette
Discover the beautiful Mystic Forest color palette featuring cloud (#c8c6c1), pickled bluewood (#2a454c), sandrift (#a98d75), oxley (#7d9b8d) and dawn (#a8a499).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withExtracted, Image Colors 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 Mystic Forest palette
💻 Mystic Forest color palette CSS
/* CSS */
.color-1 {
color: #c8c6c1;
}
.color-2 {
color: #2a454c;
}
.color-3 {
color: #a98d75;
}
.color-4 {
color: #7d9b8d;
}
.color-5 {
color: #a8a499;
}
/* CSS Variables */
:root {
--color-1: #c8c6c1;
--color-2: #2a454c;
--color-3: #a98d75;
--color-4: #7d9b8d;
--color-5: #a8a499;
} 🌈 Mystic Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8c6c1, #2a454c, #a98d75, #7d9b8d, #a8a499);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8c6c1, #2a454c, #a98d75, #7d9b8d, #a8a499);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Mystic Forest color palette created on .