Paleta de colores Whispers of Woodland Earth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Woodland Earth palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Woodland Earth

/* CSS */
.color-1 {
color: #c6bda9;
}
.color-2 {
color: #a19278;
}
.color-3 {
color: #827355;
}
.color-4 {
color: #645d3a;
}
.color-5 {
color: #484e22;
}

/* CSS Variables */
:root {
--color-1: #c6bda9;
--color-2: #a19278;
--color-3: #827355;
--color-4: #645d3a;
--color-5: #484e22;
}

CSS del degradado de fondo Whispers of Woodland Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6bda9, #a19278, #827355, #645d3a, #484e22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6bda9, #a19278, #827355, #645d3a, #484e22);
}

Whispers of Woodland Earth color palette created on .