Paleta de colores Sky Whisper
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sky Whisper palette
CSS de la paleta de colores Sky Whisper
/* CSS */
.color-1 {
color: #b0c4e8;
}
.color-2 {
color: #a4c2db;
}
.color-3 {
color: #8ab8d0;
}
.color-4 {
color: #6cb1c6;
}
.color-5 {
color: #4b9cb9;
}
/* CSS Variables */
:root {
--color-1: #b0c4e8;
--color-2: #a4c2db;
--color-3: #8ab8d0;
--color-4: #6cb1c6;
--color-5: #4b9cb9;
}
CSS del degradado de fondo Sky Whisper
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c4e8, #a4c2db, #8ab8d0, #6cb1c6, #4b9cb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c4e8, #a4c2db, #8ab8d0, #6cb1c6, #4b9cb9);
}
Paletas de colores similares
Sky Whisper color palette created on .