Paleta de colores Whispers of Verdant Earth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Verdant Earth palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Verdant Earth

/* CSS */
.color-1 {
color: #f4f5f4;
}
.color-2 {
color: #a9bba5;
}
.color-3 {
color: #70896c;
}
.color-4 {
color: #954f37;
}
.color-5 {
color: #516043;
}

/* CSS Variables */
:root {
--color-1: #f4f5f4;
--color-2: #a9bba5;
--color-3: #70896c;
--color-4: #954f37;
--color-5: #516043;
}

CSS del degradado de fondo Whispers of Verdant Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f5f4, #a9bba5, #70896c, #954f37, #516043);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f5f4, #a9bba5, #70896c, #954f37, #516043);
}

Whispers of Verdant Earth color palette created on .