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