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: #fefdf1;
}
.color-2 {
color: #dfe6ec;
}
.color-3 {
color: #fed7dd;
}
.color-4 {
color: #b4dffe;
}
.color-5 {
color: #c6c0de;
}

/* CSS Variables */
:root {
--color-1: #fefdf1;
--color-2: #dfe6ec;
--color-3: #fed7dd;
--color-4: #b4dffe;
--color-5: #c6c0de;
}

CSS del degradado de fondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefdf1, #dfe6ec, #fed7dd, #b4dffe, #c6c0de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefdf1, #dfe6ec, #fed7dd, #b4dffe, #c6c0de);
}

Paletas de colores similares

Whispers of Serenity color palette created on .