Paleta de colores Whispering Meadows

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Meadows palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Meadows

/* CSS */
.color-1 {
color: #6c7d68;
}
.color-2 {
color: #89997a;
}
.color-3 {
color: #a6b98d;
}
.color-4 {
color: #d0d9a1;
}
.color-5 {
color: #f3e8b9;
}

/* CSS Variables */
:root {
--color-1: #6c7d68;
--color-2: #89997a;
--color-3: #a6b98d;
--color-4: #d0d9a1;
--color-5: #f3e8b9;
}

CSS del degradado de fondo Whispering Meadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c7d68, #89997a, #a6b98d, #d0d9a1, #f3e8b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c7d68, #89997a, #a6b98d, #d0d9a1, #f3e8b9);
}

Whispering Meadows color palette created on .