Paleta de colores Whispers of Dawn
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Dawn palette
CSS de la paleta de colores Whispers of Dawn
/* CSS */
.color-1 {
color: #f0f2f5;
}
.color-2 {
color: #c5d6e8;
}
.color-3 {
color: #acb1c9;
}
.color-4 {
color: #6f95dc;
}
.color-5 {
color: #8890aa;
}
/* CSS Variables */
:root {
--color-1: #f0f2f5;
--color-2: #c5d6e8;
--color-3: #acb1c9;
--color-4: #6f95dc;
--color-5: #8890aa;
}
CSS del degradado de fondo Whispers of Dawn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f2f5, #c5d6e8, #acb1c9, #6f95dc, #8890aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f2f5, #c5d6e8, #acb1c9, #6f95dc, #8890aa);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10+ paletas de colores Soft gray
Whispers of Dawn color palette created on .