Whispering Sands Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Sands palette
Whispering Sands color palette CSS
/* CSS */
.color-1 {
color: #d8d3c5;
}
.color-2 {
color: #c0b0a0;
}
.color-3 {
color: #a88f7a;
}
.color-4 {
color: #ecd9b6;
}
.color-5 {
color: #e9caa5;
}
/* CSS Variables */
:root {
--color-1: #d8d3c5;
--color-2: #c0b0a0;
--color-3: #a88f7a;
--color-4: #ecd9b6;
--color-5: #e9caa5;
}
Whispering Sands background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d3c5, #c0b0a0, #a88f7a, #ecd9b6, #e9caa5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d3c5, #c0b0a0, #a88f7a, #ecd9b6, #e9caa5);
}
Similar color palettes
Scroll down to explore 300+ Beige color palettes
Whispering Sands color palette created on .