Paleta de colores Whispers of Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Serenity palette
CSS de la paleta de colores Whispers of Serenity
/* CSS */
.color-1 {
color: #fcfaf8;
}
.color-2 {
color: #f4f2ec;
}
.color-3 {
color: #deded9;
}
.color-4 {
color: #d3c9b6;
}
.color-5 {
color: #90b8da;
}
/* CSS Variables */
:root {
--color-1: #fcfaf8;
--color-2: #f4f2ec;
--color-3: #deded9;
--color-4: #d3c9b6;
--color-5: #90b8da;
}
CSS del degradado de fondo Whispers of Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfaf8, #f4f2ec, #deded9, #d3c9b6, #90b8da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfaf8, #f4f2ec, #deded9, #d3c9b6, #90b8da);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 3 paletas de colores Soft pastels
Whispers of Serenity color palette created on .