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: #f1e7df;
}
.color-2 {
color: #eed2c9;
}
.color-3 {
color: #c6d4eb;
}
.color-4 {
color: #aeb7d0;
}
.color-5 {
color: #86858e;
}

/* CSS Variables */
:root {
--color-1: #f1e7df;
--color-2: #eed2c9;
--color-3: #c6d4eb;
--color-4: #aeb7d0;
--color-5: #86858e;
}

CSS del degradado de fondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e7df, #eed2c9, #c6d4eb, #aeb7d0, #86858e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e7df, #eed2c9, #c6d4eb, #aeb7d0, #86858e);
}

Whispers of Serenity color palette created on .