Paleta de colores Whispers of Serene Shadows
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Serene Shadows palette
CSS de la paleta de colores Whispers of Serene Shadows
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e6e5e5;
}
.color-3 {
color: #cec1c0;
}
.color-4 {
color: #b39494;
}
.color-5 {
color: #6a6868;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e6e5e5;
--color-3: #cec1c0;
--color-4: #b39494;
--color-5: #6a6868;
}
CSS del degradado de fondo Whispers of Serene Shadows
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e6e5e5, #cec1c0, #b39494, #6a6868);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e6e5e5, #cec1c0, #b39494, #6a6868);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 9 paletas de colores Blanco
Whispers of Serene Shadows color palette created on .