Paleta de colores Whispers of the Earth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Earth palette
CSS de la paleta de colores Whispers of the Earth
/* CSS */
.color-1 {
color: #97aa9d;
}
.color-2 {
color: #867969;
}
.color-3 {
color: #7e4b3a;
}
.color-4 {
color: #484a4b;
}
.color-5 {
color: #553b30;
}
/* CSS Variables */
:root {
--color-1: #97aa9d;
--color-2: #867969;
--color-3: #7e4b3a;
--color-4: #484a4b;
--color-5: #553b30;
}
CSS del degradado de fondo Whispers of the Earth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #97aa9d, #867969, #7e4b3a, #484a4b, #553b30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #97aa9d, #867969, #7e4b3a, #484a4b, #553b30);
}
Paletas de colores similares
Whispers of the Earth color palette created on .