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: #fcf9f8;
}
.color-2 {
color: #dec5a1;
}
.color-3 {
color: #bba281;
}
.color-4 {
color: #9c8768;
}
.color-5 {
color: #806f52;
}
/* CSS Variables */
:root {
--color-1: #fcf9f8;
--color-2: #dec5a1;
--color-3: #bba281;
--color-4: #9c8768;
--color-5: #806f52;
}
CSS del degradado de fondo Whispers of Earthy Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf9f8, #dec5a1, #bba281, #9c8768, #806f52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf9f8, #dec5a1, #bba281, #9c8768, #806f52);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10+ paletas de colores Soft beige
Whispers of Earthy Elegance color palette created on .