Whispering Dunes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Dunes palette
Whispering Dunes color palette CSS
/* CSS */
.color-1 {
color: #f6f6f4;
}
.color-2 {
color: #e3e0d3;
}
.color-3 {
color: #d1c6b3;
}
.color-4 {
color: #bdac8f;
}
.color-5 {
color: #a67d5e;
}
/* CSS Variables */
:root {
--color-1: #f6f6f4;
--color-2: #e3e0d3;
--color-3: #d1c6b3;
--color-4: #bdac8f;
--color-5: #a67d5e;
}
Whispering Dunes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f6f4, #e3e0d3, #d1c6b3, #bdac8f, #a67d5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f6f4, #e3e0d3, #d1c6b3, #bdac8f, #a67d5e);
}
Similar color palettes
Whispering Dunes color palette created on .