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