Paleta de colores Whispers of Earth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Earth palette
Image Gallery

CSS de la paleta de colores Whispers of Earth
/* CSS */
.color-1 {
color: #b9b7a7;
}
.color-2 {
color: #9fa395;
}
.color-3 {
color: #948d7f;
}
.color-4 {
color: #877868;
}
.color-5 {
color: #6a5c4e;
}
/* CSS Variables */
:root {
--color-1: #b9b7a7;
--color-2: #9fa395;
--color-3: #948d7f;
--color-4: #877868;
--color-5: #6a5c4e;
}
CSS del degradado de fondo Whispers of Earth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9b7a7, #9fa395, #948d7f, #877868, #6a5c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9b7a7, #9fa395, #948d7f, #877868, #6a5c4e);
}
Paletas de colores similares
Whispers of Earth color palette created on .