Whispers of Misty Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Misty Earth palette
Whispers of Misty Earth color palette CSS
/* CSS */
.color-1 {
color: #dfe6ec;
}
.color-2 {
color: #bcc6c7;
}
.color-3 {
color: #a4ada9;
}
.color-4 {
color: #808981;
}
.color-5 {
color: #606151;
}
/* CSS Variables */
:root {
--color-1: #dfe6ec;
--color-2: #bcc6c7;
--color-3: #a4ada9;
--color-4: #808981;
--color-5: #606151;
}
Whispers of Misty Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfe6ec, #bcc6c7, #a4ada9, #808981, #606151);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfe6ec, #bcc6c7, #a4ada9, #808981, #606151);
}
Similar color palettes
Scroll down to explore 2 Soft blue color palettes
Whispers of Misty Earth color palette created on .