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: #e2e1da;
}
.color-2 {
color: #d1cec7;
}
.color-3 {
color: #c3beb6;
}
.color-4 {
color: #b6ada5;
}
.color-5 {
color: #a4998e;
}
/* CSS Variables */
:root {
--color-1: #e2e1da;
--color-2: #d1cec7;
--color-3: #c3beb6;
--color-4: #b6ada5;
--color-5: #a4998e;
}
CSS del degradado de fondo Whispers of Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e1da, #d1cec7, #c3beb6, #b6ada5, #a4998e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e1da, #d1cec7, #c3beb6, #b6ada5, #a4998e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 9 paletas de colores Soft gray
Whispers of Serenity color palette created on .