Verdant Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Whisper palette
Verdant Whisper color palette CSS
/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #6bbf4f;
}
.color-3 {
color: #8bdf72;
}
.color-4 {
color: #c3e6b7;
}
.color-5 {
color: #eff9e7;
}
/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #6bbf4f;
--color-3: #8bdf72;
--color-4: #c3e6b7;
--color-5: #eff9e7;
}
Verdant Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #6bbf4f, #8bdf72, #c3e6b7, #eff9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #6bbf4f, #8bdf72, #c3e6b7, #eff9e7);
}
Similar color palettes
Scroll down to explore 100+ Forest color palettes
Verdant Whisper color palette created on .