Whispering Mist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Mist palette

Share this palette to:

Whispering Mist color palette CSS

/* CSS */
.color-1 {
color: #afc3d0;
}
.color-2 {
color: #a1b5b2;
}
.color-3 {
color: #a8d6c8;
}
.color-4 {
color: #e6e7d5;
}
.color-5 {
color: #f3a9a5;
}

/* CSS Variables */
:root {
--color-1: #afc3d0;
--color-2: #a1b5b2;
--color-3: #a8d6c8;
--color-4: #e6e7d5;
--color-5: #f3a9a5;
}

Whispering Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afc3d0, #a1b5b2, #a8d6c8, #e6e7d5, #f3a9a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afc3d0, #a1b5b2, #a8d6c8, #e6e7d5, #f3a9a5);
}

Whispering Mist color palette created on .