Paleta de colores Whispers of the Sky
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Sky palette
CSS de la paleta de colores Whispers of the Sky
/* CSS */
.color-1 {
color: #aac6e9;
}
.color-2 {
color: #f0f2f4;
}
.color-3 {
color: #e5e3d7;
}
.color-4 {
color: #f2cfc0;
}
.color-5 {
color: #ffb3a3;
}
/* CSS Variables */
:root {
--color-1: #aac6e9;
--color-2: #f0f2f4;
--color-3: #e5e3d7;
--color-4: #f2cfc0;
--color-5: #ffb3a3;
}
CSS del degradado de fondo Whispers of the Sky
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aac6e9, #f0f2f4, #e5e3d7, #f2cfc0, #ffb3a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aac6e9, #f0f2f4, #e5e3d7, #f2cfc0, #ffb3a3);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Estético
Whispers of the Sky color palette created on .