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: #d2c5b1;
}
.color-2 {
color: #e5c8b3;
}
.color-3 {
color: #f1d5b6;
}
.color-4 {
color: #f7e0c5;
}
.color-5 {
color: #fef2e1;
}
/* CSS Variables */
:root {
--color-1: #d2c5b1;
--color-2: #e5c8b3;
--color-3: #f1d5b6;
--color-4: #f7e0c5;
--color-5: #fef2e1;
}
Whispering Sands background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c5b1, #e5c8b3, #f1d5b6, #f7e0c5, #fef2e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c5b1, #e5c8b3, #f1d5b6, #f7e0c5, #fef2e1);
}
Similar color palettes
Scroll down to explore 100+ Beige color palettes
Whispering Sands color palette created on .