Paleta de colores Whispers of Serene Sky
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Serene Sky palette
CSS de la paleta de colores Whispers of Serene Sky
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f8f8fc;
}
.color-3 {
color: #e4e4e7;
}
.color-4 {
color: #bcdceb;
}
.color-5 {
color: #88cef1;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f8f8fc;
--color-3: #e4e4e7;
--color-4: #bcdceb;
--color-5: #88cef1;
}
CSS del degradado de fondo Whispers of Serene Sky
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f8f8fc, #e4e4e7, #bcdceb, #88cef1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f8f8fc, #e4e4e7, #bcdceb, #88cef1);
}
Paletas de colores similares
Whispers of Serene Sky color palette created on .