Desert Bloom Color Palette
Discover the beautiful Desert Bloom color palette featuring taupe gray (#b0b08d), clay ash (#b7c9b6), wafer (#d7c8c1), shilo (#e2a7b1) and lily (#bba5b6).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Earthy, Green, Soft 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 Desert Bloom palette
💻 Desert Bloom color palette CSS
/* CSS */
.color-1 {
color: #b0b08d;
}
.color-2 {
color: #b7c9b6;
}
.color-3 {
color: #d7c8c1;
}
.color-4 {
color: #e2a7b1;
}
.color-5 {
color: #bba5b6;
}
/* CSS Variables */
:root {
--color-1: #b0b08d;
--color-2: #b7c9b6;
--color-3: #d7c8c1;
--color-4: #e2a7b1;
--color-5: #bba5b6;
} 🌈 Desert Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0b08d, #b7c9b6, #d7c8c1, #e2a7b1, #bba5b6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0b08d, #b7c9b6, #d7c8c1, #e2a7b1, #bba5b6);
} 🔗 Explore similar color palettes
Desert Bloom color palette created on .