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: #cdd760;
}
.color-2 {
color: #a5b380;
}
.color-3 {
color: #909e47;
}
.color-4 {
color: #7b8e82;
}
.color-5 {
color: #657727;
}
/* CSS Variables */
:root {
--color-1: #cdd760;
--color-2: #a5b380;
--color-3: #909e47;
--color-4: #7b8e82;
--color-5: #657727;
}
Verdant Whisper Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cdd760, #a5b380, #909e47, #7b8e82, #657727);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cdd760, #a5b380, #909e47, #7b8e82, #657727);
}
Similar color palettes
Verdant Whisper Grove color palette created on .