Desert Whisper Color Palette
Discover the beautiful Desert Whisper color palette featuring stark white (#e7d6c1), indian khaki (#c3a488), barley corn (#a6805e), ironstone (#7e4f3a) and cowboy (#4b2d2a).
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 Desert Whisper palette
💻 Desert Whisper color palette CSS
/* CSS */
.color-1 {
color: #e7d6c1;
}
.color-2 {
color: #c3a488;
}
.color-3 {
color: #a6805e;
}
.color-4 {
color: #7e4f3a;
}
.color-5 {
color: #4b2d2a;
}
/* CSS Variables */
:root {
--color-1: #e7d6c1;
--color-2: #c3a488;
--color-3: #a6805e;
--color-4: #7e4f3a;
--color-5: #4b2d2a;
} 🌈 Desert Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d6c1, #c3a488, #a6805e, #7e4f3a, #4b2d2a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d6c1, #c3a488, #a6805e, #7e4f3a, #4b2d2a);
} 🔗 Explore similar color palettes
Desert Whisper color palette created on .