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: #d2db6b;
}
.color-2 {
color: #a2af55;
}
.color-3 {
color: #85998a;
}
.color-4 {
color: #829041;
}
.color-5 {
color: #657637;
}
/* CSS Variables */
:root {
--color-1: #d2db6b;
--color-2: #a2af55;
--color-3: #85998a;
--color-4: #829041;
--color-5: #657637;
}
Verdant Whispering Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2db6b, #a2af55, #85998a, #829041, #657637);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2db6b, #a2af55, #85998a, #829041, #657637);
}
Similar color palettes
Verdant Whispering Grove color palette created on .