Whispering Sands Color Palette
Discover the beautiful Whispering Sands color palette featuring swirl (#d5cec3), malta (#baaa9c), makara (#8e7f6b), mondo (#4a3c2b) and bone (#e3d2c4).
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 Whispering Sands palette
💻 Whispering Sands color palette CSS
/* CSS */
.color-1 {
color: #d5cec3;
}
.color-2 {
color: #baaa9c;
}
.color-3 {
color: #8e7f6b;
}
.color-4 {
color: #4a3c2b;
}
.color-5 {
color: #e3d2c4;
}
/* CSS Variables */
:root {
--color-1: #d5cec3;
--color-2: #baaa9c;
--color-3: #8e7f6b;
--color-4: #4a3c2b;
--color-5: #e3d2c4;
}
🌈 Whispering Sands background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5cec3, #baaa9c, #8e7f6b, #4a3c2b, #e3d2c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5cec3, #baaa9c, #8e7f6b, #4a3c2b, #e3d2c4);
}
🔗 Explore similar color palettes
Whispering Sands color palette created on .