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: #cfd869;
}
.color-2 {
color: #9fac53;
}
.color-3 {
color: #879b8a;
}
.color-4 {
color: #778641;
}
.color-5 {
color: #5a6c2d;
}
/* CSS Variables */
:root {
--color-1: #cfd869;
--color-2: #9fac53;
--color-3: #879b8a;
--color-4: #778641;
--color-5: #5a6c2d;
}
Verdant Whispering Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfd869, #9fac53, #879b8a, #778641, #5a6c2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfd869, #9fac53, #879b8a, #778641, #5a6c2d);
}
Similar color palettes
Scroll down to explore 10+ Olive green color palettes
Verdant Whispering Grove color palette created on .