Paleta de colores Whispers of Earth and Shadow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Earth and Shadow palette
CSS de la paleta de colores Whispers of Earth and Shadow
/* CSS */
.color-1 {
color: #d2ba93;
}
.color-2 {
color: #9a8660;
}
.color-3 {
color: #676342;
}
.color-4 {
color: #343737;
}
.color-5 {
color: #282929;
}
/* CSS Variables */
:root {
--color-1: #d2ba93;
--color-2: #9a8660;
--color-3: #676342;
--color-4: #343737;
--color-5: #282929;
}
CSS del degradado de fondo Whispers of Earth and Shadow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2ba93, #9a8660, #676342, #343737, #282929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2ba93, #9a8660, #676342, #343737, #282929);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 2 paletas de colores Earthy tones
Whispers of Earth and Shadow color palette created on .