Paleta de colores Whispers of Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Serenity

/* CSS */
.color-1 {
color: #fbfefe;
}
.color-2 {
color: #eff4d7;
}
.color-3 {
color: #ecf1d5;
}
.color-4 {
color: #c8d2df;
}
.color-5 {
color: #bfc0bf;
}

/* CSS Variables */
:root {
--color-1: #fbfefe;
--color-2: #eff4d7;
--color-3: #ecf1d5;
--color-4: #c8d2df;
--color-5: #bfc0bf;
}

CSS del degradado de fondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbfefe, #eff4d7, #ecf1d5, #c8d2df, #bfc0bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbfefe, #eff4d7, #ecf1d5, #c8d2df, #bfc0bf);
}

Paletas de colores similares

Desplázate hacia abajo para explorar 2 paletas de colores Light blue

Whispers of Serenity color palette created on .