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: #f8fcfc;
}
.color-2 {
color: #deccba;
}
.color-3 {
color: #a0a9e4;
}
.color-4 {
color: #918192;
}
.color-5 {
color: #7579e6;
}
/* CSS Variables */
:root {
--color-1: #f8fcfc;
--color-2: #deccba;
--color-3: #a0a9e4;
--color-4: #918192;
--color-5: #7579e6;
}
CSS del degradado de fondo Whispers of Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8fcfc, #deccba, #a0a9e4, #918192, #7579e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8fcfc, #deccba, #a0a9e4, #918192, #7579e6);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Light blue
Whispers of Serenity color palette created on .