Verdant Whispering Grove Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Whispering Grove palette
Image Gallery
Verdant Whispering Grove color palette CSS
/* CSS */
.color-1 {
color: #d3dd69;
}
.color-2 {
color: #9cae93;
}
.color-3 {
color: #a4b054;
}
.color-4 {
color: #758a78;
}
.color-5 {
color: #829041;
}
/* CSS Variables */
:root {
--color-1: #d3dd69;
--color-2: #9cae93;
--color-3: #a4b054;
--color-4: #758a78;
--color-5: #829041;
}
Verdant Whispering Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3dd69, #9cae93, #a4b054, #758a78, #829041);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3dd69, #9cae93, #a4b054, #758a78, #829041);
}
Similar color palettes
Scroll down to explore 3 Olive green color palettes
Verdant Whispering Grove color palette created on .