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