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