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: #f0f0db;
}
.color-3 {
color: #d8e0d1;
}
.color-4 {
color: #c8dacc;
}
.color-5 {
color: #aec2b6;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0f0db;
--color-3: #d8e0d1;
--color-4: #c8dacc;
--color-5: #aec2b6;
}

CSS del degradado de fondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0f0db, #d8e0d1, #c8dacc, #aec2b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0f0db, #d8e0d1, #c8dacc, #aec2b6);
}

Paletas de colores similares

Desplázate hacia abajo para explorar 1 paleta de colores Blanco

Whispers of Serenity color palette created on .