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: #eeefeb;
}
.color-2 {
color: #c5bda5;
}
.color-3 {
color: #9b9b69;
}
.color-4 {
color: #b28370;
}
.color-5 {
color: #826c4f;
}
/* CSS Variables */
:root {
--color-1: #eeefeb;
--color-2: #c5bda5;
--color-3: #9b9b69;
--color-4: #b28370;
--color-5: #826c4f;
}
CSS del degradado de fondo Whispers of Earth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eeefeb, #c5bda5, #9b9b69, #b28370, #826c4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eeefeb, #c5bda5, #9b9b69, #b28370, #826c4f);
}
Paletas de colores similares
Whispers of Earth color palette created on .