Paleta de colores Whispers of Earthy Elegance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Earthy Elegance palette
CSS de la paleta de colores Whispers of Earthy Elegance
/* CSS */
.color-1 {
color: #e2e3d4;
}
.color-2 {
color: #d8d6ca;
}
.color-3 {
color: #c6c4b8;
}
.color-4 {
color: #b7bd99;
}
.color-5 {
color: #c68d71;
}
/* CSS Variables */
:root {
--color-1: #e2e3d4;
--color-2: #d8d6ca;
--color-3: #c6c4b8;
--color-4: #b7bd99;
--color-5: #c68d71;
}
CSS del degradado de fondo Whispers of Earthy Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e3d4, #d8d6ca, #c6c4b8, #b7bd99, #c68d71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e3d4, #d8d6ca, #c6c4b8, #b7bd99, #c68d71);
}
Paletas de colores similares
Whispers of Earthy Elegance color palette created on .