Whispers of Verdant Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Verdant Earth palette
Image Gallery

Whispers of Verdant Earth color palette CSS
/* 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;
}
Whispers of Verdant Earth background gradient CSS
/* 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);
}
Similar color palettes
Whispers of Verdant Earth color palette created on .