Whispers of Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Mist palette
Whispers of Mist color palette CSS
/* CSS */
.color-1 {
color: #7b8d93;
}
.color-2 {
color: #a4b7b3;
}
.color-3 {
color: #c3d5d2;
}
.color-4 {
color: #e4f1ef;
}
.color-5 {
color: #f1f9f5;
}
/* CSS Variables */
:root {
--color-1: #7b8d93;
--color-2: #a4b7b3;
--color-3: #c3d5d2;
--color-4: #e4f1ef;
--color-5: #f1f9f5;
}
Whispers of Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b8d93, #a4b7b3, #c3d5d2, #e4f1ef, #f1f9f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b8d93, #a4b7b3, #c3d5d2, #e4f1ef, #f1f9f5);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Whispers of Mist color palette created on .