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: #ededde;
}
.color-2 {
color: #b3c186;
}
.color-3 {
color: #80a25d;
}
.color-4 {
color: #d67129;
}
.color-5 {
color: #3f652f;
}

/* CSS Variables */
:root {
--color-1: #ededde;
--color-2: #b3c186;
--color-3: #80a25d;
--color-4: #d67129;
--color-5: #3f652f;
}

CSS del degradado de fondo Whispers of Verdant Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ededde, #b3c186, #80a25d, #d67129, #3f652f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ededde, #b3c186, #80a25d, #d67129, #3f652f);
}

Whispers of Verdant Earth color palette created on .