Verdant Whisper Meadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Whisper Meadow palette
Image Gallery
Verdant Whisper Meadow color palette CSS
/* CSS */
.color-1 {
color: #d6e06c;
}
.color-2 {
color: #a9b55a;
}
.color-3 {
color: #8da090;
}
.color-4 {
color: #889640;
}
.color-5 {
color: #70815f;
}
/* CSS Variables */
:root {
--color-1: #d6e06c;
--color-2: #a9b55a;
--color-3: #8da090;
--color-4: #889640;
--color-5: #70815f;
}
Verdant Whisper Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e06c, #a9b55a, #8da090, #889640, #70815f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e06c, #a9b55a, #8da090, #889640, #70815f);
}
Similar color palettes
Scroll down to explore 2 Light green color palettes
Verdant Whisper Meadow color palette created on .