Whispering Mist Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Mist Hues palette
Whispering Mist Hues color palette CSS
/* CSS */
.color-1 {
color: #dacecf;
}
.color-2 {
color: #b8bbc7;
}
.color-3 {
color: #a2adbe;
}
.color-4 {
color: #8a9cb2;
}
.color-5 {
color: #7f6c73;
}
/* CSS Variables */
:root {
--color-1: #dacecf;
--color-2: #b8bbc7;
--color-3: #a2adbe;
--color-4: #8a9cb2;
--color-5: #7f6c73;
}
Whispering Mist Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dacecf, #b8bbc7, #a2adbe, #8a9cb2, #7f6c73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dacecf, #b8bbc7, #a2adbe, #8a9cb2, #7f6c73);
}
Similar color palettes
Whispering Mist Hues color palette created on .