Verdant Whisper Grove Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Whisper Grove palette
Verdant Whisper Grove color palette CSS
/* CSS */
.color-1 {
color: #c2d7c1;
}
.color-2 {
color: #93bb5d;
}
.color-3 {
color: #449a18;
}
.color-4 {
color: #4e6e53;
}
.color-5 {
color: #16570f;
}
/* CSS Variables */
:root {
--color-1: #c2d7c1;
--color-2: #93bb5d;
--color-3: #449a18;
--color-4: #4e6e53;
--color-5: #16570f;
}
Verdant Whisper Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2d7c1, #93bb5d, #449a18, #4e6e53, #16570f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2d7c1, #93bb5d, #449a18, #4e6e53, #16570f);
}
Similar color palettes
Verdant Whisper Grove color palette created on .