Paleta de colores Serene Sky Whisper
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Sky Whisper palette
Image Gallery
CSS de la paleta de colores Serene Sky Whisper
/* CSS */
.color-1 {
color: #e4eef1;
}
.color-2 {
color: #cfe0e7;
}
.color-3 {
color: #c1d7e2;
}
.color-4 {
color: #abc9d8;
}
.color-5 {
color: #95bad0;
}
/* CSS Variables */
:root {
--color-1: #e4eef1;
--color-2: #cfe0e7;
--color-3: #c1d7e2;
--color-4: #abc9d8;
--color-5: #95bad0;
}
CSS del degradado de fondo Serene Sky Whisper
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4eef1, #cfe0e7, #c1d7e2, #abc9d8, #95bad0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4eef1, #cfe0e7, #c1d7e2, #abc9d8, #95bad0);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 7 paletas de colores Light blue
Serene Sky Whisper color palette created on .