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: #ffffff;
}
.color-2 {
color: #faf0f5;
}
.color-3 {
color: #e4f1f7;
}
.color-4 {
color: #ecd4e0;
}
.color-5 {
color: #c4ccd9;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #faf0f5;
--color-3: #e4f1f7;
--color-4: #ecd4e0;
--color-5: #c4ccd9;
}

CSS del degradado de fondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #faf0f5, #e4f1f7, #ecd4e0, #c4ccd9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #faf0f5, #e4f1f7, #ecd4e0, #c4ccd9);
}

Whispers of Serenity color palette created on .