Verdant Whisper Grove Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Whisper Grove palette
Image Gallery
Verdant Whisper Grove color palette CSS
/* CSS */
.color-1 {
color: #c4cf63;
}
.color-2 {
color: #8d9f84;
}
.color-3 {
color: #8d9b46;
}
.color-4 {
color: #667836;
}
.color-5 {
color: #495a30;
}
/* CSS Variables */
:root {
--color-1: #c4cf63;
--color-2: #8d9f84;
--color-3: #8d9b46;
--color-4: #667836;
--color-5: #495a30;
}
Verdant Whisper Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4cf63, #8d9f84, #8d9b46, #667836, #495a30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4cf63, #8d9f84, #8d9b46, #667836, #495a30);
}
Similar color palettes
Scroll down to explore 2 Olive green color palettes
Verdant Whisper Grove color palette created on .