Whispering Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Mist palette
Whispering Mist color palette CSS
/* CSS */
.color-1 {
color: #a8b3c2;
}
.color-2 {
color: #c8d5da;
}
.color-3 {
color: #e2e5e9;
}
.color-4 {
color: #f4f8fb;
}
.color-5 {
color: #f4d1c3;
}
/* CSS Variables */
:root {
--color-1: #a8b3c2;
--color-2: #c8d5da;
--color-3: #e2e5e9;
--color-4: #f4f8fb;
--color-5: #f4d1c3;
}
Whispering Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b3c2, #c8d5da, #e2e5e9, #f4f8fb, #f4d1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b3c2, #c8d5da, #e2e5e9, #f4f8fb, #f4d1c3);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Whispering Mist color palette created on .