Whispering Mist Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Mist Serenity palette

Share this palette to:

Whispering Mist Serenity color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f8fbfc;
}
.color-3 {
color: #dffafb;
}
.color-4 {
color: #d3d6da;
}
.color-5 {
color: #a2c3c3;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f8fbfc;
--color-3: #dffafb;
--color-4: #d3d6da;
--color-5: #a2c3c3;
}

Whispering Mist Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f8fbfc, #dffafb, #d3d6da, #a2c3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f8fbfc, #dffafb, #d3d6da, #a2c3c3);
}

Whispering Mist Serenity color palette created on .