Mountain Whisper Color Palette
Discover the beautiful Mountain Whisper color palette featuring treehouse (#3c2a20), makara (#897a6c), rodeo dust (#cab9a0), stark white (#e9d2c4) and sidecar (#f4e3c7).
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 Mountain Whisper palette
💻 Mountain Whisper color palette CSS
/* CSS */
.color-1 {
color: #3c2a20;
}
.color-2 {
color: #897a6c;
}
.color-3 {
color: #cab9a0;
}
.color-4 {
color: #e9d2c4;
}
.color-5 {
color: #f4e3c7;
}
/* CSS Variables */
:root {
--color-1: #3c2a20;
--color-2: #897a6c;
--color-3: #cab9a0;
--color-4: #e9d2c4;
--color-5: #f4e3c7;
} 🌈 Mountain Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a20, #897a6c, #cab9a0, #e9d2c4, #f4e3c7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a20, #897a6c, #cab9a0, #e9d2c4, #f4e3c7);
} 🔗 Explore similar color palettes
Mountain Whisper color palette created on .