Paleta de colores Whispering Earthtones
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispering Earthtones palette
CSS de la paleta de colores Whispering Earthtones
/* CSS */
.color-1 {
color: #5d5b3c;
}
.color-2 {
color: #d3c8a7;
}
.color-3 {
color: #b5b49b;
}
.color-4 {
color: #f2e6cf;
}
.color-5 {
color: #c6a87b;
}
/* CSS Variables */
:root {
--color-1: #5d5b3c;
--color-2: #d3c8a7;
--color-3: #b5b49b;
--color-4: #f2e6cf;
--color-5: #c6a87b;
}
CSS del degradado de fondo Whispering Earthtones
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d5b3c, #d3c8a7, #b5b49b, #f2e6cf, #c6a87b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d5b3c, #d3c8a7, #b5b49b, #f2e6cf, #c6a87b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Terroso
Whispering Earthtones color palette created on .