Paleta de colores Whispers of Misty Earth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Misty Earth palette
CSS de la paleta de colores Whispers of Misty Earth
/* CSS */
.color-1 {
color: #dfe6ec;
}
.color-2 {
color: #bcc6c7;
}
.color-3 {
color: #a4ada9;
}
.color-4 {
color: #808981;
}
.color-5 {
color: #606151;
}
/* CSS Variables */
:root {
--color-1: #dfe6ec;
--color-2: #bcc6c7;
--color-3: #a4ada9;
--color-4: #808981;
--color-5: #606151;
}
CSS del degradado de fondo Whispers of Misty Earth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfe6ec, #bcc6c7, #a4ada9, #808981, #606151);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfe6ec, #bcc6c7, #a4ada9, #808981, #606151);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 2 paletas de colores Soft blue
Whispers of Misty Earth color palette created on .