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