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