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: #fdf3e8;
}
.color-2 {
color: #d6dce6;
}
.color-3 {
color: #e1d1c1;
}
.color-4 {
color: #f0bc8f;
}
.color-5 {
color: #afb4cb;
}

/* CSS Variables */
:root {
--color-1: #fdf3e8;
--color-2: #d6dce6;
--color-3: #e1d1c1;
--color-4: #f0bc8f;
--color-5: #afb4cb;
}

CSS del degradado de fondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf3e8, #d6dce6, #e1d1c1, #f0bc8f, #afb4cb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf3e8, #d6dce6, #e1d1c1, #f0bc8f, #afb4cb);
}

Paletas de colores similares

Desplázate hacia abajo para explorar 1 paleta de colores Soft pastel

Whispers of Serenity color palette created on .