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: #c7c5c1;
}
.color-2 {
color: #a39a8f;
}
.color-3 {
color: #7e7067;
}
.color-4 {
color: #68554a;
}
.color-5 {
color: #493d36;
}
/* CSS Variables */
:root {
--color-1: #c7c5c1;
--color-2: #a39a8f;
--color-3: #7e7067;
--color-4: #68554a;
--color-5: #493d36;
}
CSS del degradado de fondo Whispers of Earth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7c5c1, #a39a8f, #7e7067, #68554a, #493d36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7c5c1, #a39a8f, #7e7067, #68554a, #493d36);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Soft gray
Whispers of Earth color palette created on .