Paleta de colores Whispering Mist Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Mist Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Mist Serenity

/* 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;
}

CSS del degradado de fondo Whispering Mist Serenity

/* 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 .