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: #c6b69f;
}
.color-2 {
color: #d0c19f;
}
.color-3 {
color: #e3d2a5;
}
.color-4 {
color: #f1e4b6;
}
.color-5 {
color: #f9f2c3;
}
/* CSS Variables */
:root {
--color-1: #c6b69f;
--color-2: #d0c19f;
--color-3: #e3d2a5;
--color-4: #f1e4b6;
--color-5: #f9f2c3;
}
Whispering Sands background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6b69f, #d0c19f, #e3d2a5, #f1e4b6, #f9f2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6b69f, #d0c19f, #e3d2a5, #f1e4b6, #f9f2c3);
}
Similar color palettes
Whispering Sands color palette created on .